Learn more about the most-used lodash functions in Peaka
In JEXL, we can use all lodash functions. This article provides a list of the most frequently used among them.If you want to see more lodash functions, check out this article.
Iterates over elements of collection, returning an array of all elements predicate returns truthy for. The predicate is invoked with three arguments: (value, index|key, collection).
collection (Array|Object): The collection to iterate over.
filterItems: The items you want to filter by them.