Revature interview question

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

Interview Answer

Anonymous

Aug 20, 2020

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

4