or you can default the value with the `?:` operato...
# announcements
n
or you can default the value with the
?:
operator:
val daveAge: Int = ages[”Dave”] ?: -1