Created
October 31, 2018 12:04
-
-
Save ufocoder/7c2977d02d25f76b2ace74daae8a7b96 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
| let x = 96; | |
| get42(); // 42 | |
| get36(); // 36 | |
| x = 12; | |
| get18(); // 18 | |
| x; // 12 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment