What does `===` check in JavaScript?

JavaScript Associate Easy

JavaScript Associate — Easy

What does `===` check in JavaScript?

Key points

  • `===` checks for both value and type equality
  • No type coercion is performed
  • Requires exact match of value and data type

Ready to go further?

Related questions