JS: String.prototype.constructor
String.prototype.constructor-
Value is the
Stringfunction object.console.assert(String.prototype.constructor === String);
String.prototype.constructorValue is the String function object.
console.assert(String.prototype.constructor === String);