Question
What is function currying?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Transforming a function with multiple parameters into multiple parameter lists
Explanation:
Curried functions can support partial application and clearer APIs.
Each parameter list is supplied in sequence.
Leave a Reply