Cómo hacer una matriz vertical JS

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