Examveda
Examveda

What kind of scoping does JavaScript use?

A. Literal

B. Lexical

C. Segmental

D. Sequential

Answer: Option B

Solution(By Examveda Team)

Like most modern programming languages, JavaScript uses lexical scoping. This means that functions are executed using the variable scope that was in effect when they were defined, not the variable scope that is in effect when they are invoked.

This Question Belongs to Javascript >> Array And Function

Join The Discussion

Related Questions on Array and Function