JavaScript Developer — Easy
Key points
- The `in` operator is used to check for the existence of a specified property in an object.
- It does not check if a value exists in an array or if a module is imported.
- It specifically targets object properties and their prototype chain.
Ready to go further?
Related questions
