Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions 01/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="author" content="Mateusz Bogolubow">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="author" content="Mateusz Bogolubow" />
<title>devmentor.pl - JS Tools - #01</title>
</head>
<body>
</head>
<body>
<h1>Git jest fajny!</h1>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mam nadzieje, że taki pozostanie ;)

PS. Tak wygląda komentarz do jednej linii kodu

<p>GitHub też jest fajny!</p>
</body>
</html>
</body>
</html>
6 changes: 3 additions & 3 deletions 02/app.js
Original file line number Diff line number Diff line change
@@ -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ę]');
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");
Comment on lines +1 to +3
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wersje są ok!

PS. Tak wygląda komentarz do wielu linii kodu (zwróć uwagę na numery linii powyżej komentarza)