I\'m really confused with the ways we create an array in Swift. Could you please tell me how many ways to create an empty array with some detail?
You could use
var firstNames: [String] = []