-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
enhancementNew feature, improvement or requestNew feature, improvement or request
Milestone
Description
What do you need?
It will iterate through each element of the provided values array
and return the result of invoking iteratee function/property for each element to produce the desired number,
to then be compared with other result numbers to find the minimum value.
Purposed definition:
function minBy(values: unknown [], iteratee: Function | PropertyKey): number;Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature, improvement or requestNew feature, improvement or request
Type
Projects
Status
✅ Done