Как сделать вертикальный массив JS

var array = ['one', 'two', 'three']
element.textContent = array.join('\n')
ayaya