Skip to content

Instantly share code, notes, and snippets.

@guifromrio
Created May 25, 2016 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guifromrio/f98aefbcbce4530c5e42ac036190d726 to your computer and use it in GitHub Desktop.
Save guifromrio/f98aefbcbce4530c5e42ac036190d726 to your computer and use it in GitHub Desktop.
_.chain(students)
.filter(isApproved)
.pluck('grades')
.flatten()
.min() // Can you guess what this does?
.value()
// 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment