Reduce is one of the of the hardest array methods to understand for beginners, mastering it gives you better chances to shine at the interview when asked a question regarding it!
Let's implement one of the easiest array methods (map) with the hardest one (reduce).