Coming from JS, there are some small differences in array and dictionary syntax. This really stood out to me (as nice and explicit):

let olympics = [
    2016: "Rio de Janeiro",
    2021: "Tokyo",
    2024: "Paris"
]

print(olympics[2020, default: "Unknown"])

Day 3 in the books! #100DaysOfSwiftUI

Chasen @chasen