Front End Development Libraries Projects - Build a 25 + 5 Clock - Test 1 fail

Tell us what’s happening:

Here, the first test itself fails with saying ‘Script Error :0’. How does this happen?
It says:

"before each" hook for "You can use any mix of HTML, JavaScript, CSS, Bootstrap, SASS, React, Redux, and jQuery to complete this project. You should use a frontend framework (like React for example) because this section is about learning frontend frameworks. Additional technologies not listed above are not recommended and using them is at your own risk. We are looking at supporting other frontend frameworks like Angular and Vue, but they are not currently supported. We will accept and try to fix all issue reports that use the suggested technology stack for this project. Happy coding!"
Script error. (:0)
Error: Script error. (:0)
    at a.onerror (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:13785)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:112671
    at Array.forEach (<anonymous>)
    at se (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:112617)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:167467
    at p (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:94539)
    at Generator.<anonymous> (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:95876)
    at Generator.next (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:94902)
    at r (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:1169)
    at s (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:1380)

The next test:

"after all" hook in "#25 + 5 Clock tests"
Script error. (:0)
Error: Script error. (:0)
    at a.onerror (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:13785)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:112671
    at Array.forEach (<anonymous>)
    at se (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:112617)
    at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:167467
    at p (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:94539)
    at Generator.<anonymous> (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:95876)
    at Generator.next (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:581:94902)
    at r (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:1169)
    at s (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:1:1380)

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

Challenge Information:

Front End Development Libraries Projects - Build a 25 + 5 Clock

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.

1 Like

Never mind! It just did not work in CodePen, however it did work when I put it on my localhost (Vite app).

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.