Array.sortBy #30
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
This functionality should be Kindly borrowed from Lodash's
_.sortBy
A user should be able to pass in an array of objects and be able to sort them by a value, or a function that returns a truthy value.
Differently from Lodash however, it should keep the original format of whatever data is in the array.
Example:
Update README and tests accordingly.
The text was updated successfully, but these errors were encountered: