Skip to main content

One doc tagged with "instanceof"

View All Tags

Class Checking "instanceof"

Class Checking instanceof is the syntax for checking if an object is an instance of a class. The instanceof allows us to check if an object belongs to a class.