Skip to content

Instantly share code, notes, and snippets.

@vibegui
Created May 25, 2016 08:15
Show Gist options
  • Save vibegui/2fe9600caaf68384ee2ba0c393f2e920 to your computer and use it in GitHub Desktop.
Save vibegui/2fe9600caaf68384ee2ba0c393f2e920 to your computer and use it in GitHub Desktop.
var approvedStudents = _.filter(students, isApproved)
_.map(approvedStudents, function (s) { return s.name })
// ["John", "Luke", "Mark"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment