Which of the operator is used to test if a particular property exists or not?
exist
exists
in
within
None of these
Correct Option: C
The operator “in” tests whether a particular property exists or not. In operator is usually added in looping statements to traverse the array or the object.