Modifying Arrays
You can make all kinds of changes to mutable arrays: adding and removing elements, updating existing values, and moving elements around into a different order. In this section, you’ll see how to work with the array to match up what’s
going on with your game in progress.