1.

When will the window property come into play?(a) Representation convenience(b) Use as an extension of other objects(c) Use objects in the Window object(d) Refer to window object itselfI have been asked this question in quiz.My doubt stems from JavaScript in Web Browsers in chapter Server-Side and Client-Side Scripting of JavaScript

Answer» CORRECT CHOICE is (d) Refer to window object itself

To explain I WOULD say: The Window object has a property NAMED window that always refers to itself. You can use this property if you need to refer to the window object itself.


Discussion

No Comment Found

Related InterviewSolutions