A

Admin • 833K 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: 21
  • Filed under category JavaScript
  • Hashtags:

Explanation by: Admin

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.

Be the first to start discuss.