This works, because the safe call operator `?.` ev...
# announcements
d
This works, because the safe call operator
?.
evaluates to null if the left hand side (
thing
in this example) is null.