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
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.
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.