Finds the first item in an iterable that matches the predicate, otherwise return undefined.
undefined
type of the item
the iterable
the predicate
Finds the first item in an iterable that matches the predicate, otherwise return
undefined.