What will be the output of the following code?
console.log(Boolean(0.1));
false
true
TypeError
undefined