When you hear "Javascript is a very flexible language", know that same flexibility brings some complexity. Scope in Javascript is one of those complex subjects. If you don't understand the concept of Scope in Javascript, sometimes your code will generate unexpected results. What is the SCOPE in Javascript? It is a context which your current code is running. There are [...]The post Javascript Scope- Part 2 appeared first on Max Charyyev.