Data Transformations: map(),filter(),reduce()
Introduction
Though there are many array methods in javascript then what's so special about these methods?
Map, filter, and reduce are powerful Array methods to loop over Arrays and perform a calculation on the array elements.
In this article, you wi...
jaygupta.hashnode.dev4 min read