Generic Functions
Create flexible, reusable functions with generics.
Array Utilities
Map and Filter
Reduce with Generics
Find Functions
Generic Callback Types
Async Generic Functions
Exercise: Create Generic pluck Function
Extract a property from each object in an array:

