Exercise #69: Lodash Groupby
Advanced Patterns ยท 05-external-libraries
Goal

Goal: Make `groupByAge` generic and constrained so only items with `age` are accepted and the return type matches lodash's Dictionary.

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