
map() creates a new array by transforming every item. filter() creates a new array containing only items that pass a test. reduce() collapses an array into a single value. These three methods replace most manual for loops in modern JavaScript and produce cleaner, more readable code.
Reference:
TaskLoco™ — The Sticky Note GOAT