Skip to content

Instantly share code, notes, and snippets.

@chriswrightdesign
Last active June 23, 2017 03:46
Show Gist options
  • Save chriswrightdesign/4992b2540ded78ae63b2d5911800b17b to your computer and use it in GitHub Desktop.
Save chriswrightdesign/4992b2540ded78ae63b2d5911800b17b to your computer and use it in GitHub Desktop.
Array map with function - example for article
users.map(getValue('id'));
// result: ['12345', '34325', '42524']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment