DEV Community

Discussion on: 10 JavaScript array methods you should know

 
jsn1nj4 profile image
Elliot Derhay • Edited

Thanks for mentioning performance, though I avoid for loops for stuff like this now after too many times having the loop somehow end up using only the last value in the array for all iterations.