JavaScript: Array.prototype.constructor

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

[see Property Key "constructor"]

BUY
ΣJS
JavaScript in Depth