Higher-order functions are designed to be chained together, with the
output of one forming the input of another. Here, we filter() a list,
then find the first() item matching some criteria.
You can learn more about this in:
Tags: