Skip to content

Instantly share code, notes, and snippets.

@qoelet
Created October 12, 2010 01:49
Show Gist options
  • Save qoelet/621526 to your computer and use it in GitHub Desktop.
Save qoelet/621526 to your computer and use it in GitHub Desktop.
var kitchen = {
pots: 4,
pans: 3,
spoons: 5,
fridge: 1,
// ... and so on
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment