MCQ
Which operator is used to check if an object has a property?
Explanation
The 'in' operator and hasOwnProperty() both check for property existence.