Advanced Functions & Closures
Lesson Outline
Understanding Currying
Learn
Partial Application
Currying Quiz
Quiz
Implement Curry
Code Challenge
Currying transforms a function with multiple arguments into a sequence of functions each taking one argument.