From 697fcd35f6bf41e4274b20568afb923cc71d6704 Mon Sep 17 00:00:00 2001 From: "kryshtafovich.nastya" Date: Mon, 28 Mar 2022 22:19:35 +0300 Subject: [PATCH 1/2] init(hw): create js file --- script.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 script.js diff --git a/script.js b/script.js new file mode 100644 index 0000000..b179ee9 --- /dev/null +++ b/script.js @@ -0,0 +1 @@ +console.log("Hello world"); From 2738be9f4b83eb5ee07c0e74d284f98ee17c7f6b Mon Sep 17 00:00:00 2001 From: "kryshtafovich.nastya" Date: Mon, 28 Mar 2022 22:35:49 +0300 Subject: [PATCH 2/2] second commit --- script.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script.js b/script.js index b179ee9..d5ac294 100644 --- a/script.js +++ b/script.js @@ -1 +1,2 @@ console.log("Hello world"); +console.log("Hello world!!!");