mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01: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.