so the common way to do this is: `if (n != null) {...
# announcements
m
so the common way to do this is:
if (n != null) { n = null } else throw Exception
✔️ 4