Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the distinction made by JavaScript between windows, tabs, iframes, and frames ?

  2. A.

     They are all browsing contexts

    B.

     They are all browsing informations

    C.

     They are all Window contexts

    D.

     They are all Window objects

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    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.


Be The First To Comment