What is Array.prototype.filter useful for?
Creating a new array by filtering for elements that meet specified criteria.
What is Array.prototype.map useful for?
Altering the elements in an array in the same way across the board and returning the result
What is Array.prototype.reduce useful for?
Combining all values of an array into a single returned value