A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.w3schools.com/jsref/jsref_constructor_string.asp below:

Website Navigation


JavaScript String constructor Property

JavaScript String constructor Example

Get the constructor of a string:

let message = "Hello World!";
let text = message.constructor;

Try it Yourself ยป Description

The constructor property returns the function that created the String prototype.

For JavaScript strings the constructor returns:

function String() { [native code] }

Syntax Return Value function String() { [native code] } Browser Support

constructor is an ECMAScript1 (JavaScript 1997) feature.

It is supported in all browsers:

Chrome Edge Firefox Safari Opera IE Yes Yes Yes Yes Yes Yes

Track your progress - it's free!


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4