Introduction
Assignment operators let you store or update values in variables easily.
When you want to save a number or text to use later.
When you want to add or subtract from a value already stored.
When you want to combine text stored in variables.
When you want to quickly update a variable without rewriting it fully.