illustration for Partial Application of Functions in JavaScript
pro

Partial Application of Functions in JavaScript

Instructor

Alan Shaw

8m closed-captioning
·
3 lessons
Published 6 years ago
|
Updated 4 years ago

We introduce the concept of partial application as applied to functions of two arguments and then step by step, with explanatory examples and practical examples along the way, develop implementations for both partial application and currying. The student will gain insight into the underlying principles of currying and partial application and see cool ways to “apply” them in real situations.