1.
How do you write a multi-line comment in JavaScript?
2.
What is the primary purpose of multi-line comments?
3.
How are multi-line comments treated by the JavaScript interpreter?
4.
Which of the following is the correct syntax for a multi-line comment in JavaScript?
5.
What is the primary use of multi-line comments during development?
6.
Can multi-line comments be nested within each other in JavaScript?
7.
What happens if you do not close a multi-line comment in JavaScript?
8.
Where can you use multi-line comments in JavaScript?
9.
What is the primary difference between single-line and multi-line comments in JavaScript?
10.
What should be ensured when writing multi-line comments?