`To avoid an exception being thrown, one can use a...
# announcements
m
To avoid an exception being thrown, one can use a safe cast operator as? that returns null on failure
shouldn’t it return null?