Skip to content

Instantly share code, notes, and snippets.

@jbmilgrom
Created April 30, 2016 18:53
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 jbmilgrom/358d70abf87e2358f7b62893a2666bd6 to your computer and use it in GitHub Desktop.
Save jbmilgrom/358d70abf87e2358f7b62893a2666bd6 to your computer and use it in GitHub Desktop.
var o = {iThink: ‘thereforeIAm’}; // memory allocated for an object and a string
o = ‘helloImANewString’;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment