A trip through functional programming in Javascript using common built-in Javascript array methods such as map & reduce.
By the end, you should have an understanding of how to use array methods to manipulate semi-complex data.
Level: Intermediate Keywords: javascript, functional Length: 1-2 hours
@import('00/setup') @import('01/filter') @import('02/sort') @import('03/map') @import('04/forEach') @import('05/find') @import('06/concat') @import('07/reduce')