Skip to content

Instantly share code, notes, and snippets.

@ahmadajmi
Created March 30, 2011 07:28
Show Gist options
  • Save ahmadajmi/894006 to your computer and use it in GitHub Desktop.
Save ahmadajmi/894006 to your computer and use it in GitHub Desktop.
var boo = {x:15};
boo.x; // return 15
boo.y; // return undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment