947 Views
Scope means access to a variable within a program. We have different scopes since we have functions in a program. In the above example, you can see the variable aa = 10 has the window/root scope and...
0 comments
Join in on a hand-picked round up of the best JavaScript articles every day.
Curated by our Moderators and Voted up by our Community. Free.
Scope means access to a variable within a program. We have different scopes since we have functions in a program. In the above example, you can see the variable aa = 10 has the window/root scope and...