Although the same can be done like `for (item in l...
# announcements
e
Although the same can be done like
for (item in list.map{...})
, it feels more natural to chain
list.map {...}.forEach {...}