Iterates over elements of 'arr' from right to left and invokes 'callback' for each element.
The array to iterate over.
The function invoked per iteration. The callback function receives three arguments:
Iterates over elements of 'arr' from right to left and invokes 'callback' for each element.
The array to iterate over.
The function invoked per iteration. The callback function receives three arguments:
Alias