Functional Javascript Playground

I'm a big believer that the functional programming approach may be the only way to write Javascript code and stay sane. To continue building up my own skill as well as share some of those opportunities with you, I've created a repository to show and get feedback on examples.

Some Functional Javascript Goodness

The best code is the code that you don't have to write. Functional techniques can help write less - and therefore more reliable - code. Even in Javascript.