This projects gives you information related to how to do function currying in javascript
HTML
JavaScript Functions Currying
JavaScript Functions Currying
Functions Currying is same as funtions clousers in javascript.
In Functions currying we are always passing argument to the fuction and it will returning the function.
By using that innerfunction will return output.