UNPKG

487 BMarkdownView Raw
1# Functional School
2A trip through functional programming in Javascript using common built-in Javascript array methods such as `map` & `reduce`.
3
4By the end, you should have an understanding of how to use array methods to manipulate semi-complex data.
5
6Level: Intermediate
7Keywords: javascript, functional
8Length: 1-2 hours
9
10
11@import('00/setup')
12@import('01/filter')
13@import('02/sort')
14@import('03/map')
15@import('04/forEach')
16@import('05/find')
17@import('06/concat')
18@import('07/reduce')