Skip to content

js falsy

Rafael J. Rodriguez edited this page · 3 revisions
Clone this wiki locally

Something which evaluates to FALSE. There are only five falsey values in JavaScript: undefined, null, NaN, 0, "" (empty string), and false of course.

See also: truthy | Truthy & Falsey blog post

Something went wrong with that request. Please try again.