frontend-interview-questions
frontend-interview-questions copied to clipboard
countdown taking one extra second
https://github.com/piyush-eon/frontend-interview-questions/blob/8d2b5936c8bebd1107e869a5eb172a065d10bbfe/machine-coding-interview-questions/countdown-timer/src/script.js#L52
min.value = 60; should be changed to
min.value = 59
sec.value = 59