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