Skip to main content
Version: 3.13.0

Symbol.hasInstance

The Symbol.hasInstance well-known symbol is used to determine if a constructor object recognizes an object as its instance. The instanceof operator's behavior can be customized by this symbol.

Value

The well-known symbol Symbol.hasInstance.