Scope in Javascript
What is Scope
To define something in one line it is always a good idea to see how docs represent it. so let's see what MDN docs see
The scope is the current context of execution in which values and expressions are "visible" or can be referenced.
so...
dipanjansur.hashnode.dev3 min read