javascript-enlightenment icon indicating copy to clipboard operation
javascript-enlightenment copied to clipboard

update the comment to match the used reduceRight()

Open ahelmi365 opened this issue 1 year ago • 0 comments

The comment used to describe how the Array.reduceRight() function works is the same comment used to describe how the Array.reduce() function works. I just edited the comment on how the Array.reduceRight() function works to make it clear that it iterates over the array from right to left not from left to right.

ahelmi365 avatar Apr 25 '24 09:04 ahelmi365