Last active
June 8, 2019 23:32
-
-
Save CodeDraken/fe2f3c43d7c251e62619f7347b2afb8b to your computer and use it in GitHub Desktop.
The first execution step
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
| function a() { | |
| console.log('myVar', myVar) | |
| b() | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment