Skip to content

Instantly share code, notes, and snippets.

@hazmatzo
Created April 4, 2016 16:20
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/54b1bb40744df1d385c6acded966c202 to your computer and use it in GitHub Desktop.
Save hazmatzo/54b1bb40744df1d385c6acded966c202 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