InterviewSolution
Saved Bookmarks
| 1. |
During the traversing of the stack when you create a locally scoped variable, where does it go after it goes to the namespace?(a) Window(b) Function(c) Document(d) LocationThis question was addressed to me in class test.The origin of the question is Cache Variables and Properties across Scope in chapter Caching, Debugging and Animation of JavaScript |
|
Answer» Right answer is (b) Function |
|