Crockford video (20:40)
Falsy values:
- false
- null
- undefinded
- “” (empty string)
- 0
- NaN
All other values (including all Objects) are truthy “0″, “false”
Falsy values:
All other values (including all Objects) are truthy “0″, “false”