Sollicitatievraag bij United Wholesale Mortgage (UWM)

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

Antwoord op sollicitatievraag

Anoniem

19 dec 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.