Exercise #113: Array Or Array Member In Generics
TypeScript Generics ยท 03-art-of-type-arguments
Goal

Goal: Use a generic for the element type so the return is an array of the union of statuses.

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