#lexical-scope-in-js
Read more stories on Hashnode
Articles with this tag
Scope The scope is the current context of execution in which values and expressions are "visible" or can be referenced. If a variable or expression is...