Multiple choice

How to insert a comment that has more than one line?

  1. <!--This comment hasmore than one line-->

  2. //This comment has more than one line//

  3. /This comment hasmore than one line/

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Multi-line comments in JavaScript are enclosed between /* and */.