Question 43 of 10043%
43

What will the following JavaScript code output?

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