employer cover photo
employer logo
employer logo

United Wholesale Mortgage (UWM)

Employeur impliqué

Question d’entretien chez United Wholesale Mortgage (UWM)

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

Réponse à la question d'entretien

Utilisateur anonyme

19 déc. 2017

I got this one wrong because i was confusing = and == in my head and === not sure as i have never used. The correct answer is = assigns to a variable, == tests if a variable is true or false, === tests if the variable is strictly true or false, meaning it has to be identical by text and type.