frontend-interview-questions icon indicating copy to clipboard operation
frontend-interview-questions copied to clipboard

countdown taking one extra second

Open aashikofsach opened this issue 4 months ago • 0 comments

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

aashikofsach avatar Jul 10 '25 17:07 aashikofsach