From 2ebc5a6ac61e36aa40d508246eae9917e61f8023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daria=20Se=C5=84ko?= Date: Wed, 4 Dec 2024 18:11:39 +0100 Subject: [PATCH 1/2] add heading --- 01/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/01/index.html b/01/index.html index d8f0d72..d2858b0 100644 --- a/01/index.html +++ b/01/index.html @@ -9,5 +9,6 @@

GitHub też jest fajny!

+

Git jest fajny!

\ No newline at end of file From a4103695f96585b849a6784f3aba222e5e580b32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daria=20Se=C5=84ko?= Date: Wed, 4 Dec 2024 18:17:23 +0100 Subject: [PATCH 2/2] add version --- 02/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/app.js b/02/app.js index 0d26b21..e6945be 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: v16.14.0'); +console.log('Moja wersja npm to: 8.3.1'); \ No newline at end of file