stevendesu / jsindex

1 stars 0 forks source link

Replace all ES6 array functions with simple loops #14

Closed stevendesu closed 5 years ago

stevendesu commented 5 years ago

Search the code for every instance of:

And replace them with a for loop that has a similar function. These methods have significant overhead that can be avoided by replacing them with loops.