What is Array.prototype.filter useful for?
return an array of a specific filter case
What is Array.prototype.map useful for?
return a new array- apply specific condition to all the elements in an array
What is Array.prototype.reduce useful for?
combining elements in an array and returning a single value