*Tell us what’s happening:
hello , i’m on the first project , “tribute page” , how can i test the page after finiching coding in codepen.io , i didn’t find the way to know if i’m on the right way or not ;
thx for your help .
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36.
Ok, now you go to your codepen project, There are three tabs, one for HTML, one for CSS and the third one for JS, right? Click the settigs icon at the top of the JS tab. There you can find two input fields for adding any external resources. In one of the field enter this link: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
and close the settings. Now at the top of your page you can see a menu button. Click the button and the test suite will appear. select your project name from the dropdown menue and click the test button. You are done. Do the same for all of your projects. Thank you.