SyntaxFix
Write A Post
Hire A Developer
Questions
There was a time when adding strings into an array and finalising the string by using join was the fastest/best method. These days browsers have highly optimised string routines and it is recommended that + and += methods are fastest/best
join
+
+=