Introduction
Assignment operators help you store or update values in variables easily.
When you want to save a value in a box (variable).
When you want to add or subtract a number from what is already saved.
When you want to multiply or divide a value and keep the result in the same box.
When you want to combine text and save it back to the same variable.
When you want to quickly update a variable without writing it twice.