is `onEach` more efficient than `map`?
# announcements
h
is
onEach
more efficient than
map
?
s
map
returns a modified list.
onEach
returns the same list
h
oh, right
k
So yes 😛