Using Array reduce

1 · David Walsh · May 14, 2019, 11:01 a.m.
Every developer who specializes in any programming language will tell you there’s a powerful tool the language provides that they rarely use and wish they knew more about. For me, it’s Array.prototype.reduce. I quite enjoy the other Array methods like map, filter, and find, but reduce is one that I knew was powerful but never […] The post Using Array reduce appeared first on David Walsh Blog. ...