Which of the operator is used to test if a particular property exists or not?
A
in
B
exist
C
within
D
exists
Correct Answer: in
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.