DEV Community

Discussion on: JS Array Methods: Filter, Map, Reduce, and Sort

Collapse
 
anonymousm profile image
mludovici

maybe important to mention is that, map, reduce and filter do not modify the original object /array... but sort does