Vidyalelo
JavaScript · Q27

Basic And Variables

Programming · JavaScript · question 27

Q27

Which of the operator is used to test if a particular property exists or not?

A.
in
Answer
B.
exist
C.
within
D.
exists

Answer: Option A

Solution

Answer: Option A
Solution:
The operator “in” tests whether a particular property exists.