Created
February 14, 2019 02:04
-
-
Save TatyCat/fa1128dd7866b6e2e25c4697ae878fca to your computer and use it in GitHub Desktop.
Beginner Lost Without a Map - Kata
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 maps = (arrayOfInts) => { | |
return arrayOfInts.map( multiplied => multiplied * 2 ) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment