Answers for "w3 javascript string"

-2

javascript string

const string1 = "A string primitive";
const string2 = 'Also a string primitive';
const string3 = `Yet another string primitive`;
Posted by: Guest on June-21-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language