https://jsperf.com/javascript-concat-vs-join/2
Don't assume a certain way of coding is faster because you read it on the Internet, actually profile your code.
I am amazed and saddened, that in 2020, concatenating strings, regardless of the form or language, is not blazing fast across all environments.
https://jsperf.com/javascript-concat-vs-join/2
Don't assume a certain way of coding is faster because you read it on the Internet, actually profile your code.