Mastering the reduce function
When you first get started learning about functional programming in JavaScript, there are a few functions you grasp pretty easily. Array.prototype.filter is very intuitive, especially... »
When you first get started learning about functional programming in JavaScript, there are a few functions you grasp pretty easily. Array.prototype.filter is very intuitive, especially... »
I was doing some code review today and I realized after the fact that the refactoring I wrote for the review was a great example... »