Falsy
adj
adj ·Rare ·Advanced level
Definitions
Adjective
- 1 Evaluating to false in a Boolean context. not-comparable
"In JavaScript, any expression or statement that expects a boolean value will work with a truthy or falsy value, so the fact that && does not always evaluate to true or false does not cause practical problems."
Example
More examples"In JavaScript, any expression or statement that expects a boolean value will work with a truthy or falsy value, so the fact that && does not always evaluate to true or false does not cause practical problems."
Etymology
From false + -y, to be an antonym to truthy.