Exercise #107: Reduce
TypeScript Generics ยท 02-passing-type-arguments
Goal

Goal: Provide a type argument to `reduce` so the accumulator is typed.

Run "Check Solution" to validate your code in the browser.