Build a Pomodoro Clock, user stories 12, 13 and 15

Tell us what’s happening:

Hey everyone! I’m having this problem with my clock, it’s fully working now but it’s still not passing the following tests on FCC:


(I apologize since I recently made a thread regarding this challenge but I’m really lost here, I have no clue what’s failing)

Your code so far

This is the link to the pen:

I hope you guys can help me out on finding what I did wrong here!

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/75.0.3770.90 Chrome/75.0.3770.90 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/front-end-libraries/front-end-libraries-projects/build-a-pomodoro-clock

I figured it out, when the countdown reached zero and it started over from the break/session, if the number was less than 10 it was giving it in the format m:ss instead of mm:ss, fixed that and it’s alright now

1 Like