Question 26 of 5250%
26

What will the following JavaScript code output?

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