I think his issue is that it's possible if you hav...
# announcements
k
I think his issue is that it's possible if you have a
Map<String, Int?>
to do
ages["notPresentName"]
and get a
null
, but you aren't sure whether that's because you explicitly set that name's age to
null
or if that name isn't present