Immutable Variables
In the following lesson, you will learn how to declare an immutable variable.
Immutable is defined as unchangeable and is precisely what an immutable variable is; unchangeable.
Immutable variables are basically like constants; once they are assigned ...