Q10
What is the result of the following code snippet? window.location === document.location
A.
False
B.
True
AnswerC.
0
D.
1
Answer: Option B
Solution
Answer: Option B
Solution:
The above code always results in a true value.