Multiple choice How can you add a comment in a JavaScript? //This is a comment <!--This is a comment--> 'This is a comment Reveal answer Fill a bubble to check yourself A Correct answer Explanation Single-line comments in JavaScript start with two forward slashes (//).