JS

JavaScript Fundamentals 3 - Comments in JavaScript

7.

Which of the following statements about comments in JavaScript is true?

Comments are executed by the JavaScript interpreter.

Comments are ignored by the JavaScript interpreter.

Comments are used to store data in a JavaScript program.

Comments are mandatory for every JavaScript program.