Arrays can store multiple values together, so long as they're the same type.
What's an example of a type we could store in an array?
Exactly. Swift arrays contain one type of value. We can store as many strings as we want in one array but can't store integers there too.
Are you sure that's a type of value?