Last active
October 20, 2017 14:04
-
-
Save isacjunior/e46eed6c57c6b8f57fd1ea4390593d16 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
const mapAges = users.map(element => element.age) // [26, 55, 29, 49, 19, 25, 26, 32] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment