Skip to content

Instantly share code, notes, and snippets.

@mosfet1kg
Created February 27, 2017 05:57
Show Gist options
  • Save mosfet1kg/1829af388a030e45e7dde5a9ded605fe to your computer and use it in GitHub Desktop.
Save mosfet1kg/1829af388a030e45e7dde5a9ded605fe to your computer and use it in GitHub Desktop.
unknown pattern
var a = {};
(function(){
a.hello = 'hhh'
}());
console.log(a);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment