Skip to content

Instantly share code, notes, and snippets.

@akb
Created August 2, 2012 17:57
Show Gist options
  • Save akb/3239153 to your computer and use it in GitHub Desktop.
Save akb/3239153 to your computer and use it in GitHub Desktop.
JavaScript:
var myObject = {
"key": "value",
"anotherKey": 12345
};
CoffeeScript:
myObject =
"key": "value"
"anotherKey": 12345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment