More Fun Operators and Operators...
We reviewed the following operators CSS:
+=: Append contents / add Natalie, Megan, Steph and more names to the container
+: 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