News

The latest JavaScript specification standardizes a well-balanced and thoughtful set of features, including the built-in ...
In this article we will discuss two additional techniques for working with functions — partial application, which allows us to use functions as templates for other functions, and currying, which ...
This was written mainly as a learning exercise. fn can return a function, which in turn returns a function, which in turn returns another function, and so on… There aren’t any restrictions on how the ...