Swift Basics: Arrays
An array is an ordered collection of values(of the same type). We use variables and constants to store data but we’re limited to the number of data we can store in them, individually.
Say I want to use my name in an app i’m building, i could easily s...
maryamakodu.hashnode.dev2 min read