Why do we need to create locally scoped variables to hold value?
A
To optimize the testing process
B
To increase the speed
C
To minimize memory usage
D
To cache the reference document.location
Correct Answer: To cache the reference document.location
window.location.assign loads a new document. The locally scoped variables are created to cache the reference to document.location.