...

/

Mutable Variables

Mutable Variables

In the following lesson, you will learn how to declare a mutable variable.

Mutable is defined as something that can be altered, and mutable variables are just that; variables whose values can be altered. ...