Home » JavaScript » JavaScript Operators » Question
  1. Which of the operator is used to test if a particular property exists or not?
    1. exist
    2. exists
    3. in
    4. within
    5. 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.



Your comments will be displayed only after manual approval.