Operators, Operators, Operators...
We learned and reviewed:
+: Addition
-: Subtraction
*: Multiplication
/: Division
%: Modulus
++: Increment
--: Decrement
==: Equal to
===: Equal value & type
!=: Not equal
!==: Not equal value or not equal type
>: Greater than
<: Less than
>=: Greater than or equal to
<: Less than or equal to