tutorial.eyehunts.com
JavaScript string concatenation | Example code
Use + Operator or String concat() method to string concatenation in JavaScript. The concat() method joins two or more strings.
Rohit