array join() method without a separator

Sure – just pass an empty string:

var arr2 = arr.join('');

Leave a Comment