Skip to content

Instantly share code, notes, and snippets.

@praveen-me
Created September 6, 2018 05:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save praveen-me/297e770065fe172c48f7efbd8e657ee8 to your computer and use it in GitHub Desktop.
Save praveen-me/297e770065fe172c48f7efbd8e657ee8 to your computer and use it in GitHub Desktop.
Scopes in JavaScript
for(var i = 1; i <= 10; i++) {
console.log(i);
}
i; //Can I access it out side??.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment