DEV Community

Discussion on: Which types of loops are most popular in the programming languages you use?

Collapse
 
cubiclebuddha profile image
Cubicle Buddha

While not a “loop” in the conventional sense, I’m a big fan of javascript’s [].map which allows you to produce a new array by iterating over the original arrays elements.