What is the difference between =, = = and = = = in JavaScript?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.