A Functional Programmer’s Introduction to JavaScript (Composing Software)

Note: This is part of the “Composing Software” series on learning functional programming and compositional software techniques in… Read more

Similar

JavaScript Promises and Monads

In the absence of a strong type system and a stateful paradigm, JavaScript developers need to be extra careful when managing state so that their code doesn't become a tangled mess. Dealing with ansynchronicity can get especially messy. We can learn a lot ... (more…)

Read more »