Edit in JSFiddle

let str = 'Hello World';
let arr = [...str];
console.log('new array',arr);