...

/

Reducing a List to a Single Value

Reducing a List to a Single Value

Learn how to reduce a list to a single value.

We'll cover the following...

In the map function, we just wrote the idea of applying a function to each element of a list independently. ...