DEV Community

Discussion on: be careful with .forEach()

Collapse
 
zbretz profile image
Zach

Thanks for adding that. Yeah that's a nice way of applying what i've learned to call 'functional programming'. Functions like filter/reduce/etc and .some are pretty slick. This is a great use of it. Really nice. Thanks!