1.
How can comments be used to prevent execution of code in programming languages?
2.
What is the purpose of using comments to prevent execution in programming?
3.
Which type of comments is commonly used to prevent code execution temporarily?
4.
In JavaScript, what is the syntax for a single-line comment?
5.
How can a developer disable a block of code using multi-line comments in JavaScript?
6.
What happens if you forget to close a multi-line comment in JavaScript?
7.
How can comments be leveraged during debugging to prevent the execution of specific code blocks temporarily?
8.
Which statement about using comments to prevent execution is accurate?
9.
In JavaScript, what is the purpose of using multi-line comments to prevent execution?
10.
Which of the following is a valid way to prevent the execution of code in JavaScript temporarily?