You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
It's nice that elementArrayFinder supports map, but there are several other functions missing which are normally implemented in Array-like objects. I'm looking at you reduce and filter ;)
Use case: Limiting an array of elements to elements with a specific value via filter.
The text was updated successfully, but these errors were encountered:
It's nice that
elementArrayFinder
supportsmap
, but there are several other functions missing which are normally implemented in Array-like objects. I'm looking at youreduce
andfilter
;)Use case: Limiting an array of elements to elements with a specific value via
filter
.The text was updated successfully, but these errors were encountered: