Skip to content

Instantly share code, notes, and snippets.

@yuheiy
Created October 3, 2015 13:07
Show Gist options
  • Save yuheiy/e0b47e47346f8e863d02 to your computer and use it in GitHub Desktop.
Save yuheiy/e0b47e47346f8e863d02 to your computer and use it in GitHub Desktop.
var users = [
{ name: 'tom', age: 18 },
{ name: 'bob', age: 24 },
{ name: 'john', age: 36 }
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment