📖
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

Partial Application

Specializing a More General Function

Partial Application Happens When Using a Function

PreviousCurrying

Last updated 4 years ago

Was this helpful?