JS: String.prototype.constructor

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

Value is the String function object.

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

JS String.prototype