Question 58 of 58100%
58

What will be the output of the following log statements?

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