Question d’entretien chez Revature

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

Réponse à la question d'entretien

Utilisateur anonyme

20 août 2020

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

4