`?.let {...}` is just (`?.`) executed if the thing...
# getting-started
r
?.let {...}
is just (
?.
) executed if the things before are not null but "returns" null if nothing is executed