Function scope vs Block scope
The scope is an important concept that manages the availability of variables. The scope is at the base closures, which defines the idea of global and local variables.
Function scope
JavaScript has function scope: Each function creates a new scope.
Va...
rahulneal.hashnode.dev1 min read