Archived
Template
2
0

Update script.js

This commit is contained in:
Denys Konovalov 2022-10-17 20:41:18 +00:00
parent ea786670b1
commit 58c9255c18

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