Could anyone possibly advise me why I am not passing the test 11?
-
User Story #11: When I click the element with the id of
reset
, any running timer should be stopped, the value withinid="break-length"
should return to5
, the value withinid="session-length"
should return to 25, and the element withid="time-left"
should reset to it’s default state.
I looked up other forum and it seems like a lot of people have problem with this but I can’t figure out why mine is not passing the test…
Also not passing the start/stop buttons even though it works totally fine?
Here is my code: https://codepen.io/eriko87/pen/XLypLe