Frage im Vorstellungsgespräch bei FreshWorks Studio

In JavaScript, what is the difference between the "===" operator and the "==" operator?

Antwort im Vorstellungsgespräch

Anonym

13. Aug. 2018

Both operators are nearly the same except no type conversion is done in the "===" operator. This means with "===", both types have to match in order for the result to be equal.