11.
Which of the following is true about multi-line comments?
12.
Why should comments be kept up-to-date with the code?
13.
How do you write a comment that explains the purpose of a function in JavaScript?
14.
What happens if you include a comment within a string in JavaScript?
15.
Which of the following is NOT a benefit of using comments in JavaScript code?
16.
How can you temporarily disable a piece of code without deleting it?
17.
What is the syntax for writing an inline comment in JavaScript?
18.
Can you use comments to include documentation for functions and variables in JavaScript?
19.
Which of the following comments will result in an error if placed inside a JavaScript function?