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