Scopes in JavaScript
Overview
We use variables to store temporary values in them and then access them when we need them.But not all variables in our code are equally accessible. Whether a variable is accessible a...