Skip to content

Instantly share code, notes, and snippets.

@TatyCat
Created February 14, 2019 02:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TatyCat/fa1128dd7866b6e2e25c4697ae878fca to your computer and use it in GitHub Desktop.
Save TatyCat/fa1128dd7866b6e2e25c4697ae878fca to your computer and use it in GitHub Desktop.
Beginner Lost Without a Map - Kata
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