Skip to content

Instantly share code, notes, and snippets.

@kaw2k
Created January 23, 2016 02:31
Show Gist options
  • Save kaw2k/d579787401c9153c6c30 to your computer and use it in GitHub Desktop.
Save kaw2k/d579787401c9153c6c30 to your computer and use it in GitHub Desktop.
[1, 2, 3].map(function(x) {
return x + 1;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment