Skip to content

Instantly share code, notes, and snippets.

@hergaiety
Created December 9, 2015 14:06
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 hergaiety/2a34f66eb0562b122abf to your computer and use it in GitHub Desktop.
Save hergaiety/2a34f66eb0562b122abf to your computer and use it in GitHub Desktop.
var sample = _.chain(this.sidebarItems)
.pluck('title')
.sample(3)
.value();
var placeholder = '"' + sample.join('", "') + '"';
// Result: '"Blink", "Tear flow", "Acommodation"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment