25+5 clock - works but doesn't pass #10th test case

I am working on 25+5 clock project and it’s working fine but still It is not passing 10th test case from #timer section, it says:

10. If the timer is running and I click the element with id=“start_stop”, the countdown should pause.

25 + 5 clock has paused but time continued elapsing: expected ‘56’ to equal ‘58’

I’ve tried it manually but it works fine…
plz help me solve this bug

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36.

Challenge: Build a 25 + 5 Clock

Link to the challenge:

If you click “start/stop” twice very fast (within one second), your timer doesn’t stop but runs with double speed. Hope that helps to debug.

1 Like

thanks for finding this bug… :hearts: :slightly_smiling_face:

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