Created
September 13, 2019 18:51
-
-
Save jelkand/a98d13a82328e099bcaabc7f342a9b64 to your computer and use it in GitHub Desktop.
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
console.log(obj.x); | |
obj.x = 2; | |
obj.someMethod(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment