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