Vidyalelo
JavaScript · Q22

Document Object Model And Event Handling

Programming · JavaScript · question 22

Q22

If the window has child windows, how will the browsing histories be affected?

A.
Numerically interleaved
B.
Chronologically interleaved
Answer
C.
Both Numerically and Chronologically interleaved
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
If a window contains child windows, the browsing histories of the child windows are chronologically interleaved with the history of the main window.