-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
For an array of objects, it's impossible to use indexOf unless you specify the full object. Should implement a new indexOf that supports both arrays of values and arrays of objects.
Might also consider a flag to return the first element rather than searching the entire array.
Reactions are currently unavailable