Expert Developer JavaScript Question: Download Expert JavaScript Developer PDF

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

Tweet Share WhatsApp

Answer:

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

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