- Values in JavaScript and other programming languages that evaluate to
falsewhen used in a Boolean context, such as conditional statements or logical operations. In JavaScript, the falsy values arefalse,0,-0,0n,""(empty string),null,undefined,NaN,document.all—any other value is considered truthy.
- Related terms: Truthy · Boolean · Not a Number · Conditional
- Previous term: False positive
- Next term: Famo.us
- Random term: Web page (webglossary.info/random 🎲)