Q. What does '===' operator check? (A) Only value (B) Only type (C) Value and type (D) None of the above ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) Value and type Explanation: === checks both value and type without coercion.