Mega Code Archive

 
Categories / JavaScript Reference / Javascript Methods
 

IsPrototypeOf() Syntax, Parameters and Note

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