Skip to content

Instantly share code, notes, and snippets.

@wmurch
Created May 15, 2019 19:51
Show Gist options
  • Save wmurch/9385cbaf8d59980a332ed0b0267f3c33 to your computer and use it in GitHub Desktop.
Save wmurch/9385cbaf8d59980a332ed0b0267f3c33 to your computer and use it in GitHub Desktop.
map double
function maps(numbers){
return numbers.map(number => number * 2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment