Last active
June 23, 2017 03:46
-
-
Save chriswrightdesign/4992b2540ded78ae63b2d5911800b17b to your computer and use it in GitHub Desktop.
Array map with function - example for article
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
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