Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 487 Bytes

File metadata and controls

18 lines (14 loc) · 487 Bytes

Functional School

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')