You've worked with arrays (lists of stuff) and functions (reusable recipes). Now combine them! Meet collection operations β super-tools that transform a WHOLE list in one move. Map changes every item. Filter keeps only the ones you want. Reduce squishes everything into one answer. Lead your jungle expedition!
Instead of looping through a list one item at a time, programmers use three super-tools that operate on a whole collection instantly:
You mastered the three collection super-tools!