How can I run the test if i use VSCode?

I see the test link here: https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js
But I don’t know how to use it. Can someone explain this for me?

You would use a <script> tag to include the JS file in your web page.

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

ahhh Thank you so much

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