In JavaScript, multi-line comments start with __ and end with ___.
Options:
Explanation:
In JavaScript, multi-line comments start with
/* and end with
*/.
Tags:
JavaScript
Answer:
In JavaScript, multi-line comments start with /* and */ and end with /* and */.