- Values that evaluate to
truewhen used in a Boolean context, encompassing all values that are not falsy. In JavaScript, truthy values include non-zero numbers, non-empty strings, objects, arrays (even empty ones), functions, and the Booleantrue—essentially any value except falsy ones.
- Related terms: Falsy · Boolean · Empty string · Void element
- Previous term: TrustRank
- Next term: try
- Random term: IDL (webglossary.info/random 🎲)