Speed comparison between Array.prototype.reduce using array destructuring vs Array.prototype.flatMap, for a 500 by 20 two-dimensional array, simulating 20 pages each with 500 items
Comparing performance of: Array.prototype.reduce vs Array.prototype.flatMap