Weak Equality A == B Tries to convert A into B, and then converts Strong Equality A === B Checks A == B only if A and B have the same type. If they are different, then returns false