π¨βπ Codecademy Certification: Learn Swift
π Project Type: Certification Project
π Date Completed: May 2025
This project simulates a digital mixtape by using arrays and dictionaries to store and print song information in Swift. It's a fun way to get hands-on with Swift collections and learn how to loop through them efficiently.
- Creating and accessing arrays
- Using dictionaries to store structured data
- Looping with
for-in
- String interpolation to format output
swift mixtape.swift