Differentiate between single-line and multiline comments.
Answers
Answered by
1
Answer:
in JavaScript? The following is a single line comment in JavaScript. Any text between a // and the end of a line is treated as a comment and is ignored by JavaScript. The following is a multi-line comment in JavaScript.
Similar questions