Question 52 of 52100%
52

What will be the output of the following log statements?

console.log(+"1");
console.log(+true);
console.log(+"hello");
console.log(+1);
52/52