Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

string js

const string1 = "A string primitive";
const string2 = 'Also a string primitive';
const string3 = `Yet another string primitive`;
const string4 = new String("A String object");
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #string #js
ADD COMMENT
Topic
Name
9+1 =