Created
June 30, 2018 18:40
-
-
Save lupomontero/119f133c6a0715b798dabf2866df5382 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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