MCQ
What is the correct syntax for a strict equality check?
Explanation
=== is the strict equality operator, checking both value and type.
=== is the strict equality operator, checking both value and type.