Google News
logo
JavaScript - Interview Questions
What is the difference between == and === ?
The == operator checks equality only whereas === checks equality and data type i.e. value must be of same type.
Advertisement