Tell us what’s happening:
Describe your issue in detail here.
Is it only me, or has anyone else faced this problem…how i’m i supposed to use the link(https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js) in order to know that my project has everything required so that i submit it
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36
If you fork the pen then the test script will be there for you.
Otherwise there are two options;
wrap that link in script tags like this <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script> and paste it into codepen’s HTML editor. (In an IDE you would place it right before the closing body tag)
or go to the JS editor in codepen, click on the cog icon and paste in the link (notice no script tags). See screenshot