DEV Community

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

Collapse
 
megazear7 profile image
megazear7

I prefer the callback approach in JavaScript: movies.forEach. Also I am liking this more and more in Java as well with lambdas.