What is the output?
console.log(Boolean("")); console.log(Boolean("0"));
false then true
false then false
true then true
true then false