Operators JavaScript Tutorial

If the values on either side of the addition operator are strings, the strings are concatenated together.
If only one of the values is a string, the other value is converted to a string and concatenated with the first value.