SyntaxFix
Write A Post
Hire A Developer
Questions
The .join() method has a parameter for the separator string. If you want it to be empty instead of the default comma, use
.join()
arr.join("");