Question d’entretien chez Ayoka

Difference between "==" and "===" in a JavaScript program.

Réponse à la question d'entretien

Utilisateur anonyme

6 sept. 2020

== matches the value only while === matches both value and type.