From fc65bff6ab6a3593fca5ec6a36218023760a06d7 Mon Sep 17 00:00:00 2001 From: Amelia451 Date: Sun, 5 Jan 2025 18:44:45 +0100 Subject: [PATCH 1/2] Add H1 tag --- 01/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/01/index.html b/01/index.html index d8f0d72..965b2e7 100644 --- a/01/index.html +++ b/01/index.html @@ -1,5 +1,6 @@ + @@ -7,7 +8,10 @@ devmentor.pl - JS Tools - #01 + +

Git jest fajny!

GitHub też jest fajny!

+ \ No newline at end of file From 6e1b69f9db04117c680f861a4a00dc4e88d3fb9c Mon Sep 17 00:00:00 2001 From: Amelia451 Date: Sun, 5 Jan 2025 19:00:25 +0100 Subject: [PATCH 2/2] Add node & npm version --- 02/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/02/app.js b/02/app.js index 0d26b21..da3a557 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.12.0]'); +console.log('Moja wersja npm to: [10.9.0]'); \ No newline at end of file