instanceof Keyword

Syntax

object instanceof constructor

Parameters

object
The object to test.

constructor
Constructor to test against