Practice Test Geeks home

TypeScript Data Analysis & Reporting 5

In TypeScript, how would you type a generic data filter function that takes a predicate and returns only the matching elements with the correct narrowed type?

Select your answer