📖
Functional JS
  • Functional Programming in JS
  • Types of Functions
    • Pure Functions
    • Higher-Order Function
    • Closure
    • Currying
    • Partial Application
Powered by GitBook
On this page

Was this helpful?

  1. Types of Functions

Currying

Currying Happens When Writing Your Function

Currying Happens When Designing or Writing a Function

Super-powers are granted randomly so please submit an issue if you're not happy with yours.

Once you're strong enough, save the world:

hello.sh
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'

PreviousClosureNextPartial Application

Last updated 4 years ago

Was this helpful?