diff --git a/01/index.html b/01/index.html index d8f0d72..5eee71d 100644 --- a/01/index.html +++ b/01/index.html @@ -1,13 +1,14 @@ - - - - - + + + + + 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..1eed33c 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("Działa! Gratuluję uruchomienia JS z poziomu Node.js!"); +console.log("Moja wersja Node.js to: v22.12.0"); +console.log("Moja wersja npm to: 10.9.2");