1.

What is the correct JavaScript syntax to insert a comment that has more than one line?

A. <!--This comment has more than one line-->
B. /*This comment has more than one line*/
C. //This comment has more than one line//
D. <//This comment has more than one line//>
Answer» C. //This comment has more than one line//


Discussion

No Comment Found