Using visual studio code

I don’t know how to show my work in the forum and I don’t know how to check in with the CDN. Can anyone help?

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36.

Challenge: Build a JavaScript Calculator

Link to the challenge:

im linked to Github but idk how to use that either. lol

I want to go line per line in user stories like in codepen.io

I’m so lost now my css isn’t working. and no clue what a npm start is. Please help i have all my html done. now i’m stuck.

yes i’m using that but my user story is chancing color so i know i got it right and there is no boilerplate on the screen

the green hamburger this isn’t here to use

I have no problems listed.

You have two main issues:

  1. All script tags should go at the bottom of the body element (right before </body>).
  2. You did not properly close out the opening script tag for the test script link (see below0.
    <script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js></script>