Skip to content

Instantly share code, notes, and snippets.

@krzysztofczernek
Created October 10, 2018 16:07
Show Gist options
  • Save krzysztofczernek/9dfa98428b4a8d2f24358db6e01bc402 to your computer and use it in GitHub Desktop.
Save krzysztofczernek/9dfa98428b4a8d2f24358db6e01bc402 to your computer and use it in GitHub Desktop.
const numbers = [1, 1, 2, 3, 5, 8]
const transformFunction = x => x + 2
numbers.map(transformFunction)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment