JavaScript: Object.prototype.constructor

By Xah Lee. Date: . Last updated: .
Object.prototype.constructor
Value is the function object Object.
console.log(Object.prototype.constructor === Object); // true

[see Property Key "constructor"]

BUY ΣJS JavaScript in Depth