Great! != compares two values and returns true if they're not equal and false if they are equal.
!=
true
false
Not quite! != compares two values and returns true if they're not equal and false if they are equal.