Skip to content

Instantly share code, notes, and snippets.

@chriswrightdesign
Last active June 23, 2017 03:44
Show Gist options
  • Save chriswrightdesign/4a4d1d498266d8c3535976a9feb14e1a to your computer and use it in GitHub Desktop.
Save chriswrightdesign/4a4d1d498266d8c3535976a9feb14e1a to your computer and use it in GitHub Desktop.
Function to map
const superSize = value => `super ${value};
animals.map(superSize);
// result: ['super dog', 'super cat', 'super bird'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment