M

Mr. Dubey • 100.28K Points
Coach

Q. 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) None of the mentioned
  • Correct Answer - Option(B)
  • Views: 80
  • Filed under category JavaScript

Explanation by: Mr. Dubey
Normally when you reference variables in other scopes— at the global level, in other namespaces, and so on—the interpreter needs to traverse the stack to get to the variable.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics