DEV Community

Discussion on: Speedup your JavaScript code using this for loop.

Collapse
 
quantuumsnot profile image
quantuumsnot

Classical for loop is usually always the fastest one in the house. And there are better ways and things to optimize in a given code

Sadly JSPerf is out of the game, there were a lot of interesting moments (especially in DOM)