Skip to main content

Advanced Functions & Closures

Currying & Partial Application

0:00
LearnStep 1/4

Understanding Currying

Currying

Currying transforms a function with multiple arguments into a sequence of functions each taking one argument.

javascript