The equal sign in the preceding statement is called an assignment operator because it
assigns the value on the right side of the expression to the variable on the left side of the
expression.
assignment operator definition (referring to "var variable_name = value;")