Hello there! I am desperate trying to find what’s wrong with my code. My 25-5 app works just like the one provided in the challenge description (at least from what I can see…), but I am still failing these tests. I haven’t done the audio part yet but I want to solve these four first. Any idea what’s wrong? Here’s my codepen: https://codepen.io/TomasJav/pen/MWzybod
I noticed right away that after I press reset - or the clock is paused, I can no longer increment or decrement session time or break. I would start there, id imagine once you get that functioning properly some of those tests should be resolved. This project was difficult for me and what i found helpful was to get my clock to function exactly as the example (in all ways) rather than focus on tests, which can be hard to figure out.