Currying with Javascript
Currying is an important technique used both in mathematics and computer science. It is the technique of converting a function that takes multiple arguments into a sequence of functions that takes single arguments each.
While it may sound like the na...
sebuelias.hashnode.dev9 min read