mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-05-30 14:51:00 +02:00
Using `Array.prototype.reduce` often leads to less readable code, and in these cases we can replace it with other Array-methods instead.
Using `Array.prototype.reduce` often leads to less readable code, and in these cases we can replace it with other Array-methods instead.