What is the result of the following code?
console.log(Boolean("false"));
false
true
"false"
undefined