Comment your JavaScript

Tell us what’s happening:

Your code so far


Your browser information:

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

Link to the challenge:
https://www.freecodecamp.org/challenges/comment-your-javascript-code

There’s no code to comment on, and more importantly there’s no question being asked or explanation of what’s happening

?_?

2 Likes

You have to write comments. Read carefully

Create a // style comment that contains at least five letters.
Create a /* */ style comment that contains at least five letters.

// test213131

/* tetesttsatat */
1 Like