JavaScript Interview cheat sheet
scope
The scope is the current context of execution in which variables and functions are visible and can be referenced. scope is layered in hierarchy that all child scopes will have access to the variables or functions that are declared in the parent...
blog.adityakadali.com7 min read