Skip to content

Instantly share code, notes, and snippets.

@zkessin
Created September 9, 2012 14:53
Show Gist options
  • Save zkessin/3684835 to your computer and use it in GitHub Desktop.
Save zkessin/3684835 to your computer and use it in GitHub Desktop.
_.map([1,2,3,4], function (x) {return x*x;}) //> [1,4, 9, 16]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment