Convert Number to Boolean
Here, we declare the variable num and assign it the value 5. We also declare the variable bool which we assign the boolean representation of num.Extend the code such that the
console.log()
statement logs false
.Premium
JavaScript
Console