Description: Illustrates the JavaScript syntax for the String Concat .
Syntax: string.concat(string2, string3, …, stringX) – Joins two or more strings, and returns a copy of the joined strings.