Skip to content

Instantly share code, notes, and snippets.

@xcambar
Created September 27, 2012 08:26
Show Gist options
  • Save xcambar/3792881 to your computer and use it in GitHub Desktop.
Save xcambar/3792881 to your computer and use it in GitHub Desktop.
Object Literal
var i = {
a : function () { },
BASE_VALUE: 42
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment