Question 100 of 100100%
100
What will be the output of the following log statements?
console.log(+"1");
console.log(+true);
console.log(+"hello");
console.log(+1);
100/100
console.log(+"1");
console.log(+true);
console.log(+"hello");
console.log(+1);