diff --git a/index.js b/index.js index 274af69..3cb963a 100644 --- a/index.js +++ b/index.js @@ -43,6 +43,7 @@ function countdownTimer() { } function countdown() { + const theDate = "2009-06-08" const now = new Date().getTime(); const nextYear = new Date(theDate).getTime(); const timeRemaining = nextYear - now;