Computer Science, asked by neerjaberiwal, 7 months ago



Differentiate between single-line and multiline comments.​

Answers

Answered by kumarisheetal3327
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