If you don't want it to be called on `null`, you n...
# getting-started
d
If you don't want it to be called on
null
, you need to use the safe-call operator
?.
.