Jak zrobić pionową tablicę JS

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