26. What will the following JavaScript code output?

const a = [...'jhon'];
console.log(a);