Skip to content

Instantly share code, notes, and snippets.

@devth
Created August 26, 2011 18:01
Show Gist options
  • Save devth/1173983 to your computer and use it in GitHub Desktop.
Save devth/1173983 to your computer and use it in GitHub Desktop.
var facets = [{facetValue: { value: 1, count: 10 }}, {facetValue: {value: 2, count: 7}}];
_.pluck(_.pluck(facets, "facetValue"), "value");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment