.reduceRight()
Term side of the Card
Topic: Array
Unit title: .reduceRight()
Categories: Method
Explanation side of the Card
Explanation: The method that is similar to `.reduce()`, but processes the array elements from right to left. It accumulates a single value by applying a function to each element in reverse order.
Browser compatibility:
- The chrome browser supports this feature starting from version 3
- The edge browser supports this feature starting from version 12
- The firefox browser supports this feature starting from version 3
- The safari browser supports this feature starting from version 4
Availability: