{Scope{Scope{Scope}}} <=> Closures
The Scope in JavaScript refers to the environment, context, or the lexical boundary of the function in which the variable is held.
Types of Scopes:
Local Scope
Global Scope
Global Scope: Variables which are declared outside the function are term...
scopes-with-closures.hashnode.dev2 min read