Skip to content

Instantly share code, notes, and snippets.

@lupomontero
Created June 30, 2018 18:40
Show Gist options
  • Save lupomontero/119f133c6a0715b798dabf2866df5382 to your computer and use it in GitHub Desktop.
Save lupomontero/119f133c6a0715b798dabf2866df5382 to your computer and use it in GitHub Desktop.
const double = arr => arr.map(item => item * 2);
module.exports = double;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment