let text = "abcdef"; let charSequence = text.split('');
let arr = ['a','b','c','d']; let text = arr.join('');