Pure functions have no side effects and and they always return the same results given the same arguements. Let's find out how they work.
Read post: Pure Functions – Functional Programming in JavaScriptPosts tagged with Screencast
In this episode, we look at the reduce function and how to use it. We will use it to transform an array into an object and use it to recreate the filter.
Read post: Reduce – Functional Programming in JavaScriptThe filter function is used for plucking elements from an array that match a predicate function in JavaScript. Check it out!
Read post: The Filter Function - Functional Programming in JavaScriptCheck out the first episode in this series of screencasts on functional programming in JavaScript. In this episode, we'll look at the Map function.
Read post: The Map Function - Functional Programming in JavaScript