JavaScript Strings

The concat() Method

The concat() method joins two or more strings.

Join 3 strings with a space between each string:

Hello world! Have a nice day!