`list = list.map { mutator }` is a misnomer, you d...
# announcements
g
list = list.map { mutator }
is a misnomer, you don't need to re-assign the list reference since you're mutating each element