reduceRight()
Apply a reducer Function to each array element, from right to left, to get a single value.
Description
The reduceRight()
method applies a reducer Function to each
Array element, from right to left, by passing the reducer value
returned from the previous iteration and the next Array element
as parameters.The result of the last calculation is the value returned by
the method.
The calling Array isn’t changed.
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!