Skip to content

Instantly share code, notes, and snippets.

@laser
Created December 31, 2014 18:28
Show Gist options
  • Save laser/447143d90263639a9900 to your computer and use it in GitHub Desktop.
Save laser/447143d90263639a9900 to your computer and use it in GitHub Desktop.
e
[1, 2, 3, 4, 5].map(function(n) {
return sum(10, n);
}); // [11, 12, 13, 14, 15]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment