DEV Community

Discussion on: # of ways to loop Array in JavaScipt

Collapse
 
akashpreet profile image
Akash P

One of the resourse I found in #devcommunity by @florinpop17
dev.to/florinpop17/24-javascript-a...

Collapse
 
adam_cyclones profile image
Adam Crockett 🌀 • Edited

Unfortunately this sort of artical goes out of date quite quickly. Missing Array.prototype.flatMap()

Always best to Google.

Thread Thread
 
akashpreet profile image
Akash P

Fact (PERIOD).