Back2Basics: Understanding Partial Function - #2
Back2Basics: Understanding Partial Function – #2
In previous blog Understanding Partial Functions – #1, we have talked about what is partial function and how they are different from regular functions. In this blog, we will explore more about the partial function.
We have talked about how we can define partial functions having one argument. But what to do if we have to pass more than one argument.
Let’s try defining divide method which takes two…
View On WordPress












