DEV Community

Discussion on: Array.map() much slower than for loop

Collapse
 
motss profile image
Rong Sen Ng

Alternatively, for...of loop is another thing you should look into rather than conventional for loop.