Skip to content

Instantly share code, notes, and snippets.

@cwardzala
Created October 31, 2013 18:19
Show Gist options
  • Save cwardzala/7254405 to your computer and use it in GitHub Desktop.
Save cwardzala/7254405 to your computer and use it in GitHub Desktop.
js object examples
var bar = {
'a': {},
'c': {},
'b': {}
};
var foo = {
'12345': {},
'01234': {},
'23456': {}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment