Array.prototype.constructor
Array
console.log( Array.prototype.constructor === Array ); // true
[see Property Key "constructor"]