From cf58c7da3b63aa7a7d9e1e63a86382d659187e81 Mon Sep 17 00:00:00 2001 From: marrcelp Date: Mon, 16 Sep 2024 15:58:12 +0200 Subject: [PATCH 1/2] add h1 in index.html file --- 01/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/01/index.html b/01/index.html index d8f0d72..05fbc04 100644 --- a/01/index.html +++ b/01/index.html @@ -8,6 +8,7 @@ devmentor.pl - JS Tools - #01 +

Git jest fajny!

GitHub też jest fajny!

\ No newline at end of file From adc7f018509e8c3276b3432ea6fca7859b4c14a5 Mon Sep 17 00:00:00 2001 From: marrcelp Date: Mon, 16 Sep 2024 16:03:10 +0200 Subject: [PATCH 2/2] add node and npm version to app.js file --- 02/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/app.js b/02/app.js index 0d26b21..cea876b 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: 20.11.0'); +console.log('Moja wersja npm to: 10.2.4'); \ No newline at end of file