Array Join vs String Concat

String concatenation is faster in ECMAScript. Here’s a benchmark I created to show you:

http://jsben.ch/#/OJ3vo

Leave a Comment