Q. Which operator is used to compare both value and type? (A) === (B) == (C) = (D) !== ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) === Explanation: The '===' operator checks both value and type.