Created
June 3, 2017 17:28
-
-
Save RachelSa/92fb359cc00d2a17b51638bc139190ce 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
var exclaim = (string) => {return string + "!"} | |
var words = ["let's", "do", "this"] | |
console.log(words.map(exclaim)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment