Skip to content

Instantly share code, notes, and snippets.

@qoobaa
Last active December 26, 2015 02:49
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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