Question d’entretien chez LBi Software

In Javascript, what is the difference between == and ===?

Réponse à la question d'entretien

Utilisateur anonyme

12 avr. 2019

One checks whether or not twos values are equal, the later checks for equality of value AND type.