Basic JavaScript - Comment Your JavaScript Code

strong text

var// in line comment


**Your browser information:**

User Agent is: <code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36</code>

**Challenge:** Basic JavaScript - Comment Your JavaScript Code

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

To comment in JS, we need to add // in the beggining of the line.

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