25 + 5 Clock: Timer does not reach 00:00

Here 's a link to my codepen: https://codepen.io/okibe/pen/zYWwpZy .
I’m getting the error timer does not reach “00 :00”.
I have been able to confirm the value of seconds in my code reaches zero, but when I log out the timer value at seconds and minutes equals zero, I see “00: 01” on the clock.

If I start the timer, then reset it, when I click start again it doesn’t start on the first click.

Thank you for the observation, The timerStatus was not resetting back to start, have fixed it, its working on first click now, but i’m still getting the error.

Got around this by converting the time to seconds and formatting that value to mm:ss .

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.