Skip to content

Instantly share code, notes, and snippets.

@RachelSa
Created June 3, 2017 17:28
Show Gist options
  • Save RachelSa/92fb359cc00d2a17b51638bc139190ce to your computer and use it in GitHub Desktop.
Save RachelSa/92fb359cc00d2a17b51638bc139190ce to your computer and use it in GitHub Desktop.
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