Speed up your javaScript Loops!
Addam M. Driver
Technology Innovation Leader | AI | Strategist | Architect | Digital Engineering | Change Agent
If you declare your vars outside of a loop, it will out perform the standard for loop and the array.foreach(). Checkout the JS Perf run I did compared to a bunch of other ways to loop.
JSPerf : Addam Driver Revision 475