What is the difference between loose equality (==) vs. strict equality (===) comparisons.
Anonymous
Two equal signs compare the values (e.g.) two strings to see if they're the same, while three equal signs check that the values and types are the same.
Check out your Company Bowl for anonymous work chats.