JS strings “+” vs concat method [duplicate]

I have some experience with Java and I know that strings concatenation with “+” operator produces new object.

I’d like to know how to do it in JS in the best way, what is the best practice for it?

5 Answers
5

Leave a Comment