Skip to content

Instantly share code, notes, and snippets.

@isacjunior
Last active October 20, 2017 14:04
Show Gist options
  • Save isacjunior/e46eed6c57c6b8f57fd1ea4390593d16 to your computer and use it in GitHub Desktop.
Save isacjunior/e46eed6c57c6b8f57fd1ea4390593d16 to your computer and use it in GitHub Desktop.
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