Why does the following return false?
Object.prototype instanceof Object
Referencing MDN:
The instanceof operator tests whether an object has in its prototype chain the prototype property of a constructor.
instanceof
prototype