employer cover photo
employer logo
employer logo

United Wholesale Mortgage (UWM)

Engaged Employer

United Wholesale Mortgage (UWM) Interview Question

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

Interview Answer

Anonymous

Dec 19, 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.