Q. What is the fundamental rule of lexical scoping?
β
Correct Answer: (B)
Functions are executed using scope chain
Explanation: The fundamental rule of lexical scoping is that the JavaScript functions are executed using the scope chain that was in effect when they were defined.