diff --git a/01/index.html b/01/index.html index d8f0d72..d863244 100644 --- a/01/index.html +++ b/01/index.html @@ -7,7 +7,9 @@ devmentor.pl - JS Tools - #01 + +

Git jest fajny!

GitHub też jest fajny!

\ No newline at end of file diff --git a/02/app.js b/02/app.js index 0d26b21..3fb52de 100644 --- a/02/app.js +++ b/02/app.js @@ -1,3 +1,3 @@ console.log('Działa! Gratuluję uruchomienia JS z poziomu Node.js!'); -console.log('Moja wersja Node.js to: [tutaj wpisz swoją wersję]'); -console.log('Moja wersja npm to: [tutaj wpisz swoją wersję]'); \ No newline at end of file +console.log('Moja wersja Node.js to: v18.19.1'); +console.log('Moja wersja npm to: 9.2.0'); \ No newline at end of file diff --git a/03/Notatki.md b/03/Notatki.md new file mode 100644 index 0000000..6ec5dbf --- /dev/null +++ b/03/Notatki.md @@ -0,0 +1,5 @@ +Nauczyłem się, w jaki sposób działa konsola w Visual Studio Code. + +Nauczyłem się robić fork, git clone (adres) git add . git commit  oraz git push + +Chciałbym sprawniej posługiwać się gitem.