We can use == and != to compare pretty much any type, including numbers.
==
!=
Nice! Because 1 and 10 aren't the same, this comparison returns false.
1
10
false
Remember that we use the = sign to store values.
=