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