Nice! These compound assignment operators, use the value that's stored in the variable before them and assign it back to the variable.
Psst: the -=
operator works in exactly the same manner.
To use this shortcut we need a combination of the operator and equals.