

MCQOPTIONS
Saved Bookmarks
1. |
What is the fundamental rule of lexical scoping? |
A. | Functions are declared in the scope |
B. | Functions are executed using scope chain |
C. | Functions are declared outside the scope |
D. | Variable are declared within the function |
Answer» C. Functions are declared outside the scope | |