Vidyalelo
JavaScript · Q33

Document Object Model And Event Handling

Programming · JavaScript · question 33

Q33

What is the distinction made by the Client-side JavaScript between windows, tabs, iframes, and frames ?

A.
They are all browsing contexts
Answer
B.
They are all browsing informations
C.
They are all Window contexts
D.
They are all Window objects

Answer: Option A

Solution

Answer: Option A
Solution:
Client-side JavaScript makes very little distinction between windows, tabs, iframes, and frames: they are all browsing contexts, and to JavaScript, they are all Window objects.