What are the values in JavaScript that are \'falsey\', meaning that they evaluate as false in expressions like if(value), value ?
if(value)
value ?
Don't forget about the non-empty string "false" which evaluates to true
"false"
true