tgoop.com/coding_interview_preparation/769
Create:
Last Update:
Last Update:
Explanation:
In JavaScript, the lexical scoping is used just like many other modern languages.This means a function gets executed using the scope chain which was in effect, when they are defined instead of variable scope which was in effect when they are invoked/called.
BY Coding interview preparation
Share with your friend now:
tgoop.com/coding_interview_preparation/769