Skip to content

Instantly share code, notes, and snippets.

@FireyFly
Created June 14, 2012 18:46
Show Gist options
  • Save FireyFly/2932139 to your computer and use it in GitHub Desktop.
Save FireyFly/2932139 to your computer and use it in GitHub Desktop.
var foo = { hello : 10
, world : 20
, foo : 30
}
var blah = {
meh: 10,
qux: "hello world",
method: function() {
// stuff
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment