Learn what arrays and lists are and how we use them in coding.
An array or list is a group of values stored in a collection. These values may be added to, changed or rearranged.
For example in a game we could have an array called "top scores" and this would store the 10 highest scores of the game along with the player's name.
Top Scores
Once we create an array we can: