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);