InterviewSolution
Saved Bookmarks
| 1. |
What will happen if you reference document.location from within an object?(a) Traverses the queue(b) Finds the bugs(c) Traverses the stack(d) Traverses the arrayThe question was posed to me in homework.My question comes from Cache Variables and Properties across Scope topic in chapter Caching, Debugging and Animation of JavaScript |
|
Answer» The correct answer is (c) Traverses the stack |
|