Строка в массив символов

const toCharArray = s => […s];
toCharArray('hello'); // ['h', 'e', 'l', 'l', 'o']
Массивы и объекты JavaScript JavaScript