Created
September 16, 2019 00:41
-
-
Save djD-REK/8cff8a1992db33d0e9e5514da6b9e627 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
for(let i = 0; i < 3; i++) { console.log(i) } // 0, 1, 2 | |
console.log(i) // ReferenceError: i is not defined |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment