Q. Which symbol is used for comments in JavaScript?
β
Correct Answer: (A)
//
Explanation: // is used for single-line comments in JavaScript.