Which of the following is NOT a falsy value in JavaScript?

JavaScript Associate Easy

JavaScript Associate — Easy

Which of the following is NOT a falsy value in JavaScript?

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