falsey
Falsey is a term used in programming to describe values that evaluate to false in a boolean context. The spelling falsey is common, though many communities also use falsy; both refer to the same concept of values that do not pass a truth test.
The exact set of falsey values is language dependent, but several patterns recur. In JavaScript, falsey values
Implications of falsey values appear most directly in conditional statements, where a falsey value will skip