Update exams.html
This commit is contained in:
parent
ead7ce8773
commit
ca0a4d7f95
1 changed files with 0 additions and 1 deletions
|
@ -64,7 +64,6 @@ title: "Exam Countdown"
|
|||
const spans = document.querySelectorAll("[data-date]");
|
||||
|
||||
const millisecondsToDuration = (ms) => {
|
||||
console.log(ms);
|
||||
let ss = String(Math.floor(ms / 1000) % 60).padStart(2, "0");
|
||||
let mm = String(Math.floor(ms / 1000 / 60) % 60).padStart(2, "0");
|
||||
let hh = String(Math.floor(ms / 1000 / 60 / 60) % 24).padStart(2, "0");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue