javascript string concat vs +

JavaScript
It is strongly recommended to use the string
concatenationoperators (+, +=) instead of String.concat
method for perfomance reasons
Source

Also in JavaScript: