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