Created
June 8, 2019 23:27
-
-
Save CodeDraken/2be21eff357b8a879f0df26258df1576 to your computer and use it in GitHub Desktop.
The global context so far
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 myOtherVar = undefined | |
| var myVar = undefined | |
| function a() {...} | |
| function b() {...} | |
| function c() {...} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment