Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

egghead.io

Reduce Data with Javascript Array#reduce

via egghead.io

Overview

Most examples for reduce show you how to take an array of numbers and reduce them to a simple sum. Reduce is a great tool for this, but it can do so much more. It is a powerful tool, and essential to functional programming techniques.
This course will dig deep into the Array#reduce in JavaScript and give you a solid understanding to start using it today.

Syllabus

  • Transform an Array into a Single Value using Reduce
  • Reduce an Array into a Single Object
  • Use Reduce to Filter and Map over Large Datasets
  • Use the Optional Reduce Arguments
  • Avoid Common Mistakes when Working with Reduce
  • Learn to Flatten and Flatmap Arrays with Reduce
  • Compose Functions with Reduce
  • Safely inspect nested objects with Reduce

Taught by

mykola bilokonsky

Reviews

4.8 rating at egghead.io based on 188 ratings

Start your review of Reduce Data with Javascript Array#reduce

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.