A list is similar to an array in that they're both collections. Lists, however, can dynamically change their capacity as we add and remove values.

See that? In order to declare and initialize a list, we specify the type of the values we want it to store.