Pomodoro 25+ 5 Clock not passing tests 19, 22, 24, and 26

I am trying to pass user tests 19, 22, 24, and 26. The test keeps indicating that my timer has not begun counting down and that my timer has not reached zero. I have tried setInterval() and am currently using accurateInterval() . Based on the display, my test is reaching zero and begins counting down within 1000ms. I’m thinking about turning this in without tests passing–is there a glitch in my code or is Free Code Camp’s testing algorithm failing? I am fairly new to coding, so I may be missing something huge without knowing it. Here is the link to my code: https://codepen.io/seth1kaufman/pen/gOWjjwP?editors=0011

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