-
-
Save mosfet1kg/1829af388a030e45e7dde5a9ded605fe to your computer and use it in GitHub Desktop.
unknown pattern
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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