Javascript Methods JavaScript Reference

Note:
Is the specified object an instance of Object. 
Returns true or false.
    
Syntax:
    
objectName.isPrototypeOf(param1)
Parameters:
    param1   Required; the object to check.