Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
33Frok1e authored Apr 2, 2024
1 parent 462f26a commit c3238d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let minItem = document.querySelector("#min");
let secItem = document.querySelector("#sec");

let countDown = () => {
let futureDate = new Date("30 March 2024");
let futureDate = new Date("15 April 2024");
let currentDate = new Date();
let myDate = futureDate - currentDate;

Expand Down

0 comments on commit c3238d0

Please sign in to comment.