Brief explanation of the array reduce method

At first the “Condense Arrays with reduce” challenged seemed kinda difficult for me to understand. So after a bit of researching, I found this article useful: Understand Javascript Array Reduce in 1 Minute
https://www.airpair.com/javascript/javascript-array-reduce

Hope it helps.

6 Likes

Thanks! That’s very helpful :slight_smile:

Thanks for posting this- it’s exactly what I was looking for!