Programming in Swift: Fundamentals, Episode 15: Challenge: Arrays | Kodeco

Practice using arrays on your own, through a hands-on challenge.


This is a companion discussion topic for the original entry at https://www.kodeco.com/28092971-programming-in-swift-fundamentals/lessons/15

Note that Challenge 3 can be answered as:

let teamOne = players[4…7]

As the type of Array is inferred by the players[4…7]