JavaScript Code

Tell us what’s happening:

Your code so far


// This is an in-line comment.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134.

Link to the challenge:
https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/basic-javascript/comment-your-javascript-code

Try creating one of each type of comment.

Also add this type of comment:

/* comment */

still having the same response???

Did you write something like this? (click to show)

// This is an in-line comment.
/* comment */

I just tried that and this below.

// This is an in-inline comment.
/* This is a
multi-line comment */

Can you try it in another browser?