JS

JavaScript Fundamentals 2 - Purpose of comments in...

12.

What is the purpose of comments in JavaScript?

To provide explanations or documentation for the code.

To temporarily disable a piece of code.

To identify potential bugs or issues in the code.

To improve code readability.