Returns whether the given object is a prototype
the object to check
whether the given object is a prototype
David Hsing
isPrototype({}); // falseisPrototype('foobar'); // false Copy
isPrototype({}); // falseisPrototype('foobar'); // false
Returns whether the given object is a prototype