Expert Developer JavaScript Question:

What is the difference between == and === ?

Tweet Share WhatsApp

Answer:

'==' evaluates equality of the value, while '===' evaluates equality of type and value.

Read All 150 Expert JavaScript Developer Questions
Previous QuestionNext Question
How to manage exception handling in Javascript?What do mean by NULL in JavaScript?