Replies: 1 comment 1 reply
-
Hey! Thanks for the suggestion. This breaks our rule of “avoid syntax sugar”, since the vanilla JavaScript equivalent is simple and straight-forward. What do you think? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I frequently find myself needing a
pluck
function to extract a property from an object array:Example use:
It was present in an earlier Lodash version, but since removed: https://lodash.com/docs/3.10.1#pluck.
I have a PR ready, but thought I would gauge the interest here first before submitting.
Beta Was this translation helpful? Give feedback.
All reactions