Skip to content
Find file
Fetching contributors…
Cannot retrieve contributors at this time
4 lines (3 sloc) 282 Bytes

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.