JS: Object.prototype.constructor

By Xah Lee. Date: . Last updated: .
Object.prototype.constructor

Value is the function object Object.

console.assert(Object.prototype.constructor === Object);