Transform an Array into a Single Value using Reduce

Share this video with your friends

Send Tweet

Learn how to use the reduce function on javascript arrays to transform a list of values into something else. In this introduction we'll be taking a list of numbers and reducing them into a sum.