From bc666c0d787ac5ce524d34273a0c0d35342f4a5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Tue, 28 May 2024 14:35:52 +0200 Subject: [PATCH 1/3] added H1 to HTML struture --- 01/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/01/index.html b/01/index.html index d8f0d72..6ba6b21 100644 --- a/01/index.html +++ b/01/index.html @@ -1,5 +1,6 @@ + @@ -7,7 +8,10 @@ devmentor.pl - JS Tools - #01 +

GitHub też jest fajny!

+

Git jest fajny!

+ \ No newline at end of file From 846e5ecf262a5319b8bb65f6e9fe396f71f371bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Tue, 28 May 2024 14:41:22 +0200 Subject: [PATCH 2/3] node & npm version status --- 02/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/02/app.js b/02/app.js index 0d26b21..23692b0 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: [v20.11.0]') +console.log('Moja wersja npm to: [10.2.4]') From f083e58afe1fc349e890470637efe5b1739c6aac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= Date: Mon, 18 Nov 2024 13:17:52 +0100 Subject: [PATCH 3/3] finish all tasks --- 01/index.html | 2 ++ 02/app.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/01/index.html b/01/index.html index 6ba6b21..7c237ea 100644 --- a/01/index.html +++ b/01/index.html @@ -10,8 +10,10 @@ +

GitHub też jest fajny!

Git jest fajny!

+ \ No newline at end of file diff --git a/02/app.js b/02/app.js index 23692b0..4074bd7 100644 --- a/02/app.js +++ b/02/app.js @@ -1,3 +1,5 @@ console.log('Działa! Gratuluję uruchomienia JS z poziomu Node.js!') + console.log('Moja wersja Node.js to: [v20.11.0]') + console.log('Moja wersja npm to: [10.2.4]')