Introduction
Assignment operators help you store values in variables easily. They let you update variables quickly without writing long code.
When you want to save a value into a variable.
When you want to add or subtract a number from a variable's current value.
When you want to multiply or divide a variable by a number and save the result.
When you want to combine assignment with a math operation in one step.
When you want to update a variable based on its current value.