javascript interview preparation cheat sheet
scope
The scope is the current context of execution in which values and expressions are "visible" or can be referenced. If a variable or phrase is not in the current scope, it will not be available for use. Scopes can also be layered in a hierarchy,...
themohitgupta.hashnode.dev3 min read