Exercise #56: Type Predicates With Filter
Advanced Patterns ยท 03-type-predicates-assertion-functions
Goal

Goal: Use a type predicate in `filter` so the result is typed as `string[]` without a type assertion.

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