MCQ PracticeSingle Best AnswerTopic: Javascript DOM & Event Handling MCQ
Q
What impact will it have on the browsing history if the window has child windows?
Question ID
#5103
Subchapter
Javascript DOM & Event Handling MCQ
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
Numerically interleaved
✔✖
B
Chronologically interleaved
✔✖
C
Both Numerically and Chronologically interleaved
✔✖
D
Numerically or Chronologically interleaved ✔✖
B
Correct Answer: B
Explanation
The browsing histories of any child windows that are present in a window are chronologically interspersed with the history of the parent window.
A reference to the window that first produced the window is returned by the opener property.