JavaScript: String.prototype.constructor
String.prototype.constructor
-
Value is the
String
function object.
console.log( String.prototype.constructor === String ); // true
String.prototype.constructor
String
function object.
console.log( String.prototype.constructor === String ); // true