During the traversing of the stack when you create a locally scoped variable, where does it go after it goes to the location?
During the traversing of the stack when you create a locally scoped variable, where does it go after it goes to the location? Correct Answer Nowhere
window.location.assign loads a new document. When you create a locally scoped variable for caching the reference, the traversal reverses in the forward direction and thus, after going to the location, it goes nowhere.