Skip to content

Instantly share code, notes, and snippets.

@zeptobook
Created December 29, 2018 15:50
Show Gist options
  • Save zeptobook/933fb4efebed6b36892011c1f0386508 to your computer and use it in GitHub Desktop.
Save zeptobook/933fb4efebed6b36892011c1f0386508 to your computer and use it in GitHub Desktop.
array.map()
var numbers3 = numbers1.map(function(value){
return value * 3;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment