array-reduce Flashcards
(1 cards)
1
Q
What is Array.prototype.reduce useful for?
A
Executes a reduce function on each element of the array, resulting in single output value
What is Array.prototype.reduce useful for?
Executes a reduce function on each element of the array, resulting in single output value