Reduce: A JavaScript Iterator.
Simply put, the reduce iterator is used to reduce an array to a single value.The final result is always a single value.
One amazing thing about the reduce iterator is that the reduced value is not limited to a particular data type. It can be a string...
michelle-buchi.hashnode.dev3 min read