Partial application in JavaScript!

Exercise on Jams.dev Coming soon

Tutorial description

Partial applications in JavaScript allow you to break down a function into multiple functions that take 1 or more arguments. The name sounds scary, but It’s actually a straightforward concept. It’s often used in JavaScript via the Bind function. This video will show you how.