From 022947396a424e789348132e936591d41d6d1cb9 Mon Sep 17 00:00:00 2001 From: sp-eshu17 Date: Tue, 11 Oct 2022 21:23:02 +0530 Subject: [PATCH 1/2] Comment Made --- myScripts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/myScripts.js b/myScripts.js index 7ebaaf7..b2f91d6 100644 --- a/myScripts.js +++ b/myScripts.js @@ -1,4 +1,4 @@ - +//TypeScript is more preferred over Javascript now as it defines the type! var playerone,playertwo; var player1color = 'rgb(244, 65, 65)'; var player2color = 'rgb(66, 134, 244)'; @@ -204,4 +204,4 @@ function startTimer() { clearInterval(timer); timer = setInterval(updateTimer, 1000); updateTimer(); -} \ No newline at end of file +} From 5f93e29b39eeb4cb82853bb9f4a1037056851e53 Mon Sep 17 00:00:00 2001 From: sp-eshu17 Date: Tue, 11 Oct 2022 21:29:55 +0530 Subject: [PATCH 2/2] Advise to use Tailwind! --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 6acf6ba..90d5208 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ border: 4px solid black; border-radius: 50%; } - +/* By using tailwind much of the efforts would have been saved! */ .navbar, .footer{ height: 80px; background-color: magenta; @@ -135,3 +135,4 @@ input::-webkit-inner-spin-button { input[type=number] { -moz-appearance: textfield; } +