Build a Tribute Page assignment

Tell us what’s happening:

Just a general question where do i place the .js file for testing my assignment?

https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js

Your browser information:

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

Link to the challenge:

Put it in a script tag like this.

<script src = "https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

Put it in your html file. It doesn’t matter where but conventially you put it before you close your body tag so that the DOM is rendered first for user experience before your js code.

1 Like

Hey,

Thanks, i figured it out i thought i needed jquery before adding the path to their cdn tool.