One of my favorite features of the JavaScript language is the trio of .map(), .filter(), and .reduce(). Combined with the arrow function syntax, these built-in array methods make it easier for me to approach programming as building…