From c755ca7fc25c55ebed55eda26c89f93820c5098a Mon Sep 17 00:00:00 2001 From: Natalia Kur Date: Wed, 26 Feb 2025 22:51:26 +0100 Subject: [PATCH 1/2] Add heading --- 01/index.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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 + + From 14680e7702537cc0a54b43b9e3a420f037afd773 Mon Sep 17 00:00:00 2001 From: Natalia Kur Date: Mon, 3 Mar 2025 07:58:08 +0100 Subject: [PATCH 2/2] Add node and npm version --- 02/app.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/02/app.js b/02/app.js index 0d26b21..16c9173 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: 23.7.0"); +console.log("Moja wersja npm to: 10.9.2");