#lexical-scope-in-js
Read more stories on Hashnode
Articles with this tag
Lexical scope is the ability for a function scope to access variables from the parent scope. We call the child function to be lexically bound by that...