InterviewSolution
Saved Bookmarks
| 1. |
What does the interpreter do when you reference variables in other scopes?(a) Traverses the queue(b) Traverses the stack(c) Finds the bugs(d) Traverse the arrayI have been asked this question in an interview for job.My query is from Cache Variables and Properties across Scope in division Caching, Debugging and Animation of JavaScript |
|
Answer» The CORRECT option is (B) Traverses the stack |
|