Skip to content

Instantly share code, notes, and snippets.

@balanza
Created October 23, 2015 13:37
Show Gist options
  • Select an option

  • Save balanza/fa63be9591b9f26baf8c to your computer and use it in GitHub Desktop.

Select an option

Save balanza/fa63be9591b9f26baf8c to your computer and use it in GitHub Desktop.
//those two instructions are equivalent
_.map(myArray, function(e){});
_(myArray).map(function(e){});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment