Skip to content

Instantly share code, notes, and snippets.

@m0wfo
Created May 21, 2016 14:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m0wfo/7d1740a9fa50796202dc63fcdeb7ac92 to your computer and use it in GitHub Desktop.
Save m0wfo/7d1740a9fa50796202dc63fcdeb7ac92 to your computer and use it in GitHub Desktop.
var shoppingCart = {
"apples": 2,
"oranges": 3
};
shoppingCart.sh_t = "bananas";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment