`ages[”Dave”]` can return `null`. The type is `Int...
# announcements
n
ages[”Dave”]
can return
null
. The type is
Int?
not Int.