Skip to content

Commit 4b98f95

Browse files
committed
small fix
1 parent 92f342e commit 4b98f95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/countdown.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ const weekdays = [
2626
const endDateSpan = document.querySelector('.countdown__title span')
2727
const deadline = document.querySelector('.countdown__deadline')
2828
const items = document.querySelectorAll('.countdown__format h1')
29-
console.log(items)
3029

31-
let futureDate = new Date(2022,11,21, 21, 21,21);
30+
let futureDate = new Date(2023,11,21, 21, 21,21);
3231
const year = futureDate.getFullYear()
3332
const hours = futureDate.getHours()
3433
const minutes = futureDate.getMinutes()

0 commit comments

Comments
 (0)