Multiple choice How to insert a comment that has more than one line? <!--This comment hasmore than one line--> //This comment has more than one line// /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 */.