Scope, Scope Chain, and Lexical Environment In JavaScript.
Scope in javascript is an important concept and gives us the power to write variables in a way we cannot imagine. It provides extra security to our variables by avoiding unwanted modifications from other parts of the program. It also gives us the pow...
prakashnaikwadi.hashnode.dev3 min read