Hi guys, coding beginner here. I’ve tired to use the CDN link provided to test my code. Currently I’m trying out VS Code, and I’m having trouble getting the setup to work. From what I understand from scouring the forum, I should be fine just putting the link in the script tag just before the closing body tag, yet when I click on go live, it brings me to a directory with my files in it, where I think I should be seeing the test suite? I really don’t know what else to do, any help is appreciated!
<body>
<h1>Test tribute page</h1>
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</body>
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36
Challenge Information:
Data Visualization Projects - Visualize Data with a Bar Chart