Scope in Javascript
Scope
A scope is a current execution area in which values and expressions are "visible" or can be referenced.
JavaScript has the following kinds of scopes:
Global scope: The default scope for all code running in script mode.
Module scope: The scope ...
rishabhthakur.hashnode.dev3 min read
Tanu Chauhan
Thanks for the article , Its very helpful