Solution Review: Partial Functions
In this lesson, we will discuss the solutions to the questions in the previous lesson.
We'll cover the following...
We'll cover the following...
For the code above, you had to answer the following question:
Explanation #
The correct option is B. func1 is a curry function. Let’s understand why.
Currying converts a function taking n arguments into chains of n ...