pluck()
In this lesson, we take a look at the pluck method and explore how to pluck multiple values, the answer might surprise you.
filter()
Let's take a look at the filter method, this very useful method is extremely powerful and easy to use. Learn all about it in this lesson.
Collection::unwrap()
Unwrap is a utility method that helps us to normalize parameters when writing our own custom functions. Learn all about it on this lesson along with a refactor using the splat or spread operator.
Collection::wrap()
Wrap is a utility method that helps us to normalize parameters when writing our own custom functions. Learn all about it on this lesson along with a refactor using the splat or spread operator.
whereInstanceOf()
In this episode, we are tackling whereInstanceOf(). Watch this video to learn more about filtering by class name.