From 479f7ed4124f21a214b189ae13f30aa49a3359ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Mako=CC=81wka?= Date: Mon, 3 Feb 2025 23:14:12 +0100 Subject: [PATCH 1/2] practice-js-tools task 1 --- 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 46c3a7731d089aadaed300a9025d3b178092b0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Mako=CC=81wka?= Date: Mon, 3 Feb 2025 23:47:37 +0100 Subject: [PATCH 2/2] practice-js-tools task 2 --- 02/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/app.js b/02/app.js index 0d26b21..98db4b7 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: v22.13.1'); +console.log('Moja wersja npm to: 10.9.2'); \ No newline at end of file