Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get an ordered set of values #1169

Closed
robcolburn opened this issue Apr 27, 2015 · 3 comments
Closed

Get an ordered set of values #1169

robcolburn opened this issue Apr 27, 2015 · 3 comments
Labels

Comments

@robcolburn
Copy link

_.values({a:2, b:3, c: 3, z:4}, ['z', 'a']);
// → [4, 2]
@jdalton
Copy link
Member

jdalton commented Apr 27, 2015

I think _.at is what you're looking for : )

@jdalton jdalton closed this as completed Apr 27, 2015
@jdalton jdalton changed the title Feature Request: Get an ordered set of values Get an ordered set of values Apr 27, 2015
@robcolburn
Copy link
Author

Heh, I think I looked through every other Object and Array. Thanks! 🎯

@lock
Copy link

lock bot commented Jan 20, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

2 participants