InDepth Explanation of .map() , .reduce(), .filter() and .sort() methods
Aug 13, 2022 · 10 min read · Introduction In this article, We will take a look at the most used javascript methods for array transformations: filter(), map() and reduce() sort(). We will also take a look at in which condition these methods should be used. 1) .map() Map is used t...
Join discussion




