1. 1
    Write Concise Data Transformations in JavaScript with Partial Application
    2m 34s

Write Concise Data Transformations in JavaScript with Partial Application

InstructorAlan Shaw

Share this video with your friends

Send Tweet

In this lesson you will learn how to use partial application to eliminate boilerplate and customize data processing for concise and readable code. Partial application makes it easy to apply functional programming techniques like map, filter, and reduce to transform data while leaving the originals intact.