DEV Community

Discussion on: Newbie Programming Mistakes We Can All Avoid

Collapse
 
dobis32 profile image
Scott VanderWeide

I vividly remember days when I would loop through JS arrays with .forEach() and how much easier life became when I started using things like .map() and .filter().

Great tips!