The falsy values are:false, null, undefined, 0, -0, NaN, and "".
All other values, including all objects, are truthy
-From JavaScript: The Definitive Guide