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