JS: Object.prototype.constructor
Object.prototype.constructor-
Value is the function object
Object.console.assert(Object.prototype.constructor === Object);
Object.prototype.constructor
Value is the function object Object.
console.assert(Object.prototype.constructor === Object);