javascript array to string without commas

JavaScript
arr.join("")
Source

Also in JavaScript: