Thursday, 5 January, 2017 UTC


Summary

In this lesson we'll take an array of objects and map it to a new array where each object is a subset of the original. We'll look at multiple ways to accomplish this, refactoring our code into a simple and easy to read function using Ramda's `map`, `pick` and `project` functions.