array without [] and , code example Example: print array without brackets javascript var numbers = [4,3,2,1]; console.log(numbers.join(' ')); // 4 3 2 1