Course · Section 11: Working With Arrays · Lecture 160: The reduce Method
Implement `activeCount(todos)` returning how many todos are not done.
+ 1 hidden test run on Submit.
Active items are simply those not done, computed from the list rather than tracked separately.
Run your code to see results.