Skip to content

Instantly share code, notes, and snippets.

@daybrush
Last active September 20, 2018 06:58
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 daybrush/6b0ce09d108201f53428842353d26b1f to your computer and use it in GitHub Desktop.
Save daybrush/6b0ce09d108201f53428842353d26b1f to your computer and use it in GitHub Desktop.
var w = (function() {
var a = {b: 1};
a.c = 1;
return a;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment