Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save nekman/3731478 to your computer and use it in GitHub Desktop.
var persons = [
{ name : 'Kalle', age : 20 },
{ name : 'Line', age : 24 },
{ name : 'Greta', age : 50 }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment