11.
How can you temporarily disable a piece of code without deleting it?
12.
What is the syntax for writing an inline comment in JavaScript?
13.
How do single-line comments improve code readability?
14.
Can single-line comments be used to add TODO notes in code?
15.
Which of the following single-line comments would be used to explain a variable declaration?
16.
What should you avoid when writing single-line comments?
17.
How can single-line comments help during debugging?
18.
Which is the correct way to comment out the rest of a line after a statement in JavaScript?
19.
Why should comments be kept up-to-date with the code?
20.
Which of the following is NOT a benefit of using single-line comments in JavaScript code?