We can also check whether a value or variable is equal or not equal to something.

Perfect! The == and != signs are the comparison operators that check if two values are the same or not.

Might it be that we only use the = sign to give, or assign, values to variables?