Skip to content

Instantly share code, notes, and snippets.

@nekman
Created September 16, 2012 07:48
Show Gist options
  • Select an option

  • Save nekman/3731484 to your computer and use it in GitHub Desktop.

Select an option

Save nekman/3731484 to your computer and use it in GitHub Desktop.
var names = persons.map(function(person) {
return person.name;
});
// => ['Kalle', 'Line', 'Greta'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment