📔 100 Days of SwiftUI (Day 9)
Spent the last few days on Day 9 in 100 Days of SwiftUI.
Focused heavily on learning about closures and their importance in Swift and SwiftUI. There was also a good section on passing functions as arguments to another function. Really pleased to discover that Swift has excellent support for first-class functions.
The checkpoint challenge was a good opportunity to explore how to chain multiple functions together.