Benchmarking the many ways of concatenating an array in JavaScript. Read more in this blog post: https://dev.to/thecodrr/the-so-many-ways-of-concatenating-an-array-2a26
Comparing performance of: Array.prototype.concat vs Array.prototype.push vs Array.prototype.reduce vs For-each vs For-of vs For-in vs For vs The Spread-Operator