11.
How do you comment out a block of code using multi-line comments in JavaScript?
12.
When should multi-line comments be avoided in JavaScript?
13.
How can multi-line comments aid in collaborative development?
14.
Which of the following is NOT a valid use of multi-line comments in JavaScript?
15.
What can multi-line comments help improve in JavaScript code?
16.
What happens if a multi-line comment overlaps with an existing code block in JavaScript?
17.
How can multi-line comments be used effectively during debugging?
18.
Which statement about multi-line comments is accurate in JavaScript?
19.
What is the primary benefit of using multi-line comments in JavaScript?