array join() method without a separator March 27, 2023 by Tarik Sure – just pass an empty string: var arr2 = arr.join('');