DEV Community

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

Collapse
 
lexlohr profile image
Alex Lohr

Lambda loops (Array methods) are now the well-deserved default in JS/TS, but I still like the simplicity of a good old for/while loop now and then.