Q. What is the correct JavaScript syntax to insert a comment that has more than one line?
β
Correct Answer: (B)
/*This comment has more than one line*/
You must be Logged in to update hint/solution