Archived
Template
2
0

Update script.js

This commit is contained in:
Denys Konovalov 2022-10-10 07:34:36 +00:00
parent 3c0dcaca4a
commit 89f4489b05

@ -3,7 +3,7 @@ const hoursEl =document.getElementById ('hours');
const minutesEl =document.getElementById ('minutes'); const minutesEl =document.getElementById ('minutes');
const secondsEl =document.getElementById ('seconds'); const secondsEl =document.getElementById ('seconds');
const newYears = '22 Oct 2022'; const newYears = '20 Oct 2022';
function countdown() { function countdown() {
const newYearsDate = new Date(newYears); const newYearsDate = new Date(newYears);