<@U181YPG59>: `foo?.length` can be `null` either b...
# announcements
c
@gregschlom:
foo?.length
can be
null
either because
length
is
null
or
foo
is