...

/

forEach & Reduce Practice

forEach & Reduce Practice

Practice using `reduce` and `forEach`.

This lesson is all practice problems. Feel free to try them. Attempt to use reduce and forEach where applicable.

Sum Array

Write a function add ...