Skip to content

Instantly share code, notes, and snippets.

@guillermoroblesjr
Last active August 29, 2015 14:17
Show Gist options
  • Save guillermoroblesjr/867e77c2375d3684400b to your computer and use it in GitHub Desktop.
Save guillermoroblesjr/867e77c2375d3684400b to your computer and use it in GitHub Desktop.
Underscore/Lodash each function
_.each( '<collection>', function(item,count,collection) {
// do stuff
}, this /* this becomes available in your function */);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment