Q. What is the result of the following code snippet?
window.location === document.location
window.location === document.location
β
Correct Answer: (B)
True
Explanation: The above code always results in a true value.