InterviewSolution
Saved Bookmarks
| 1. |
What is the opposite approach to the lexical scoping?(a) Literal scoping(b) Static scoping(c) Dynamic scoping(d) Generic scopingThis question was posed to me in a job interview.Origin of the question is Closures topic in division Lexical Structures of JavaScript |
|
Answer» The correct OPTION is (c) Dynamic scoping |
|