JavaScript: String.prototype.constructor

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

[see Property Key "constructor"]

BUY
ΣJS
JavaScript in Depth