From 89f4489b05a693e5345de89dc88e73a7b101e503 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Mon, 10 Oct 2022 07:34:36 +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 797108e..8051a5c 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 = '22 Oct 2022'; +const newYears = '20 Oct 2022'; function countdown() { const newYearsDate = new Date(newYears);