Passionate and detail-oriented software engineer with a relentless drive to develop top-tier software solutions. Committed to delivering excellence on time, I am always eager to take on new challenges and elevate my skills to the next level
You might know how JavaScript works as you write it every day but have you ever wondered how the browser reads your written code and what does really happen under the hood, you write code in your text editor...
As we know that each function invocation will create an execution context in the call stack and Each execution context has access to its environment variable and a link to the outside world...
You may have already heard of ‘execution context’, ‘lexical environment’, and ‘hoisting’ in JavaScript if you have been studying how JavaScript works under the hood...