1.
Which symbol is used for single-line comments in JavaScript?
2.
How are multi-line comments denoted in JavaScript?
3.
Which type of comments are not executed by the JavaScript engine?
4.
What is the purpose of comments in JavaScript?
5.
Which type of comment is suitable for longer explanations or notes?
6.
What should be avoided when writing comments in JavaScript?
7.
How can you temporarily disable a block of code in JavaScript?
8.
Which of the following is NOT a good practice for writing comments?
9.
What is the purpose of using comments for debugging?
10.
Which type of comment is commonly used for TODO notes or future enhancements?