Vidyalelo
JavaScript · Q6

Caching And Debugging

Programming · JavaScript · question 6

Q6

During the traversing through the stack, where does it go after it goes to the namespace?

A.
Window
Answer
B.
Function
C.
Document
D.
Location

Answer: Option A

Solution

Answer: Option A
Solution:
During the traversal in the stack manner, after going to the namespace, it goes to the Window.