Introduction to Javascript 2

Understanding Scope

The scope of a variable controls where it can be accessed from in the program. It can be of

Variable defination

Variables can be defined with var, const and let keywords.

this keyword

Hoisting

Sources

Comments

comments powered by Disqus