Skip to content

Instantly share code, notes, and snippets.

@dylanvee
Last active December 20, 2015 01:29
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 dylanvee/6049890 to your computer and use it in GitHub Desktop.
Save dylanvee/6049890 to your computer and use it in GitHub Desktop.
var teaser = _.chain(data.stories)
.pluck("teaser")
.filter(function(t) { return !!t.length; })
.shuffle()
.first()
.value();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment