Course contentsShow
JavaScript
Lesson 1770 of 2,72337. Functional Programming PatternsPro lesson

Currying with Arrow Functions

Arrow functions make curried syntax concise: const add = a => b => a + b.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.