JavaScript Associate — Easy
Key points
- 'false' is a truthy value, not a falsy one
- Falsy values in JavaScript include 0, '', and null
- Understanding falsy values is important for conditional statements in JavaScript
Ready to go further?
Related questions
