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