Need help with 25 + 5 clock

Hello. As the title says, I’m about to earn the frontend libraries cert. The tests begin running normally, but after running test 11, the thing just gets stuck in a seemingly infinite loop and the tests stop running.

I can’t find the cause of the issue, and any help would be greatly appreciated

I just have one question, did you intend to use bootstrap and jQuery in the settings as opposed the React and React Dom?

let’s just say yes. I kinda suck at React

Ok… Managed to fix that issue, but now it just gets stuck after running test #11.

Help would be appreciated

After looking at your id’s in java script there are several things making this have errors. At least four are conflicting, you cant have the same name for a var and an Id. You are using num when it should be length. Looking at the rest of the JS its possible there’s too many conflicts as I tried changing the names but only was able to get 18 out of 29. For some reason the editor is not accepting the vars I replaced in your code.

Could you be more specific? I checked my code even with strict mode explicitly turned on, and I couldn’t find any duplicate variable names

The problem that I’m talking about is more like this timeStamp for the variable and “time-stamp” for the ID. You need to change the var to something like timeSmp the other issue was you had break-length in HTML and “break-num” in JS.

I have solved the issues, this topic may now be closed.