employer cover photo
employer logo
employer logo

FreshWorks Studio

Is this your company?

FreshWorks Studio Interview Question

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

Interview Answer

Anonymous

Aug 13, 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.