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
Nov 20, 2024
Nov 19, 2024
Nov 18, 2024
33 words, 1 min read
Last updated on Aug 30, 2023
🌟 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