What value is obtained by executing the following code?
console.log(Boolean(""));
""
false
undefined
true