I'm assuming I'll have to use flatmap, but I'm ter...
# announcements
s
I'm assuming I'll have to use flatmap, but I'm terrible at flatmaps so I'm not sure how I'd do it.
k
Leave the
filter
out entirely and use the safe-index operator
?.
.
s
oh nice call