Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Anshul1563 committed Apr 11, 2024
1 parent 8892a5b commit b68a490
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(() => {
function main() {
const second = 1000;
const minute = second * 60;
const hour = minute * 60;
Expand Down Expand Up @@ -48,7 +48,8 @@
document.getElementById("seconds1").innerText = seconds;
}


//seconds
}, 0);
})();
}

main()

0 comments on commit b68a490

Please sign in to comment.