Takes a functions that receives more than one parameter & breaks it into a series of one parameter functions
Function Composition
- Allows calling small functions in a specific order
Search
Apr 28, 2024
Apr 28, 2024
Apr 28, 2024
Created: Aug 30, 2023
Modified: Aug 30, 2023
33 words, 1 min read
🌟 Edit This Page! 🗓️ History
Takes a functions that receives more than one parameter & breaks it into a series of one parameter functions
Function Composition
- Allows calling small functions in a specific order