Revature interview question

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

Interview Answer

Anonymous

20 Aug 2020

=== checks for equality along with the data type.

4