From 64b9dc72e4e958616ac3324b2ef45328f92e6cf9 Mon Sep 17 00:00:00 2001 From: Weronika Jankowska Date: Tue, 3 Dec 2024 16:22:08 +0100 Subject: [PATCH 1/2] 1 task --- 01/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/01/index.html b/01/index.html index d8f0d72..91ffcf4 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 254ece8317148c7fe385b7c5dfdf9858f121db88 Mon Sep 17 00:00:00 2001 From: Weronika Jankowska Date: Tue, 3 Dec 2024 16:25:43 +0100 Subject: [PATCH 2/2] 2 task --- 02/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/app.js b/02/app.js index 0d26b21..40862df 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: 18.18.2'); +console.log('Moja wersja npm to: 9.8.1'); \ No newline at end of file