Information


Blog Posts


Collections



Contact


Things Ian Says

Functional Programming in Javascript

Here is a collection of articles I’ve written around Functional Programming in Javascript. These should work well for you if you have some knowledge of Javascript and are interested in learning more about functional programming. However, it should also be useful for anyone who wants to understand common Functional Programming techniques, such as currying, partial evaluation and promises.

Memoization

Functional Example

Curried Javascript

Functional Javascript

Promises in Javascript