MDN has the following to say about string.concat():
It is strongly recommended to use the string concatenation operators (+, +=) instead of this method for perfomance reasons
Also see the link by @Bergi.
references:
https://stackoverflow.com/questions/16124032/js-strings-vs-concat-method
No comments:
Post a Comment