52. What will be the output of the following log statements?

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