From 58c9255c182e13adee402c838581dcdd559fe2b4 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Mon, 17 Oct 2022 20:41:18 +0000 Subject: [PATCH] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index f9d625d..1b8af34 100644 --- a/script.js +++ b/script.js @@ -3,7 +3,7 @@ const hoursEl =document.getElementById ('hours'); const minutesEl =document.getElementById ('minutes'); const secondsEl =document.getElementById ('seconds'); -const newYears = '20 Oct 2022 19:00:00'; +const newYears = '19 Oct 2022 19:00:00'; function countdown() { const newYearsDate = new Date(newYears);