What is Array.prototype.filter useful for?
good for getting a shorter array from original by passing tests.
What is Array.prototype.map useful for?
performing some action on each element of array
What is Array.prototype.reduce useful for?
modifying an array