💍falsy

only 7 "falsy" values in JS.

JSvaluetypeconversion ⟩ falsy

every value is either truthy or falsy

all objects are truthy (convert to true).

Last updated

Was this helpful?