Sometimes we might want to check if things aren't equal. Can you guess how?

Easy peasy! The result is true when the values aren't equal. If both values are the same, the result is false.

Try again! The not equals operator is a combination of the not and the assignment operator: !=.