Functional-Lite JavaScript

Functional-Lite JavaScript

Topics:
3 hours, 9 minutes CC

This course has been updated! We now recommend you take the Functional-Light JavaScript, v3 course.

This course has been updated to v2 of Functional-Lite JavaScript. Go there. Kyle Simpson, author of the "You Don't Know JavaScript" book series, covers the 80/20 of functional programming. Get most of the benefit without all the crazy rules and academic language that's sometimes used to talk about simple concepts. Kyle shows a practical take on functional programming so you can use techniques like Pure Functions, Composability & Immutability, map/reduce/filter and Recursion to improve your programs today.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: March 8, 2016
Get Unlimited Access Now
Table of Contents

Pure Functions

Composition & Immutability

Closure & Recursion

List Operations