Examveda
Examveda

What is the fundamental rule of lexical scoping?

A. Functions are declared in the scope

B. Functions are executed using scope chain

C. All of the mentioned

D. None of the mentioned

Answer: Option B

Solution(By Examveda Team)

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.

This Question Belongs to Javascript >> Array And Function

Join The Discussion

Related Questions on Array and Function