#currying
Read more stories on Hashnode
Articles with this tag
Currying: Currying is a function that takes one argument at a time and returns a new function expecting the next argument function currying(a) { ...