Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Created October 12, 2016 04:34
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 matthieu-D/f17396d25650de2fbe9414af0a7ccc9d to your computer and use it in GitHub Desktop.
Save matthieu-D/f17396d25650de2fbe9414af0a7ccc9d to your computer and use it in GitHub Desktop.
let array1 = [1, 2, 3];
let sum = array1.map(value => value + 1);
// 2,3,4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment