Completed
Example 2: Curry the function for a partial that is unary
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Pipe Functions and Compose Functions - Javascript Functional Programming Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What are compose and pipe functions?
- 3 Creating a compose function
- 4 Creating a pipe function
- 5 Adding a function with multiple parameters
- 6 Example: a word count function
- 7 Nested pipe function example: palindrome checks
- 8 Adding clone / copy functions to compose / pipe
- 9 Example 1: Clone function before impure function
- 10 Example 2: Curry the function for a partial that is unary
- 11 Example 3: Insert the clone function as a dependency