Skip to content

Instantly share code, notes, and snippets.

@qoobaa
Last active December 26, 2015 02:49
Show Gist options
  • Save qoobaa/7081763 to your computer and use it in GitHub Desktop.
Save qoobaa/7081763 to your computer and use it in GitHub Desktop.
var count = 2,
people = [{
name: "Joe",
age: 44,
updatedAt: 1382351154540
},
{
name: "Alice",
age: 37,
updatedAt: 1382351205213
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment