News

Learn how JavaScript’s built-in functions like map() and filter(), as well as compose() and chain(), support a more elegant handling of JavaScript arrays.
The reduce() function is great and it has several uses like summing all the values of an array or in an object array, counting for particular items in the array, grouping objects, merging arrays ...