Freeze
Solution to problem of manipulating constant? use freeze? Maybe#
- We can't modify a frozen object.
- BUT, we can change the whole object
- AND, we can also String of those items:
How can we make sure the Strings in the array are frozen too?#
- We will need to make each of them frozen using a loop.