What is Array.prototype.filter useful for?
to filter out elements in an array
What is Array.prototype.map useful for?
to transform each element of an array
What is Array.prototype.reduce useful for?
to combine all elements in an array to get one value