Results 1 - 2 of 2

in operator

The in operator returns true if the specified property is in the specified object.
JavaScript Operator operator Relational Operators

instanceof

The instanceof operator tests whether an object has in its prototype chain the prototype property of a constructor.
instanceof JavaScript Object operator Operator Prototype Relational Operators