Skip to content

Instantly share code, notes, and snippets.

@hazmatzo
Created April 1, 2016 17:58
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 hazmatzo/ab6d8a2ceb3da6e6da492146f3bcc92e to your computer and use it in GitHub Desktop.
Save hazmatzo/ab6d8a2ceb3da6e6da492146f3bcc92e to your computer and use it in GitHub Desktop.
Arrow Mapping Example
var someArray = [1, 2, 3, 4]
someArray.map( num => num + 1);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment