Let's dive into the world of Scope, Hoisting, Closures, this, bind, call & apply. Read part 1 From here Scope : Now Scope confuses programmers more than anything who comes from a different programming language. What exactly is Scope? Scope refers to the current context of code. Which eventually determines the accessibility of variables. Normally a variable…