Skip to content

Instantly share code, notes, and snippets.

@djD-REK
Created September 16, 2019 00:41
Show Gist options
  • Save djD-REK/8cff8a1992db33d0e9e5514da6b9e627 to your computer and use it in GitHub Desktop.
Save djD-REK/8cff8a1992db33d0e9e5514da6b9e627 to your computer and use it in GitHub Desktop.
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