Javascript

String Concatenation


Example

// if you need to create a long string, you can:
var myStory = "hey guys, how is it going? I hope " +
    "you are enjoying today's WDI!" +
    " Cheers, all.";

console.log(myStory);

results matching ""

    No results matching ""