Q. Which operator checks both value and type in JavaScript?
β
Correct Answer: (A)
===
Explanation: The === operator checks for both strict equality of value and type.