From 0fd5b84c6e33284130ba8072b156066a991c9309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wi=C5=9Bniewski?= Date: Thu, 30 Oct 2025 18:33:40 +0100 Subject: [PATCH 1/2] Zadanie nr 1 --- 01/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/01/index.html b/01/index.html index d8f0d72..d863244 100644 --- a/01/index.html +++ b/01/index.html @@ -7,7 +7,9 @@ devmentor.pl - JS Tools - #01 + +

Git jest fajny!

GitHub też jest fajny!

\ No newline at end of file From 7f9bc1d0f7145f443078667f38d86c1b1ba883fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Wi=C5=9Bniewski?= Date: Thu, 30 Oct 2025 19:41:23 +0100 Subject: [PATCH 2/2] =?UTF-8?q?Zadania=20modu=C5=82=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02/app.js | 4 ++-- 03/Notatki.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 03/Notatki.md diff --git a/02/app.js b/02/app.js index 0d26b21..3fb52de 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: v18.19.1'); +console.log('Moja wersja npm to: 9.2.0'); \ No newline at end of file diff --git a/03/Notatki.md b/03/Notatki.md new file mode 100644 index 0000000..6ec5dbf --- /dev/null +++ b/03/Notatki.md @@ -0,0 +1,5 @@ +Nauczyłem się, w jaki sposób działa konsola w Visual Studio Code. + +Nauczyłem się robić fork, git clone (adres) git add . git commit  oraz git push + +Chciałbym sprawniej posługiwać się gitem.