1.

Which identifier is used to represent a web browser window or frame?(a) frames(b) window(c) location(d) frameThe question was asked in final exam.Asked question is from JavaScript in Web Browsers in section Server-Side and Client-Side Scripting of JavaScript

Answer»

The correct answer is (B) WINDOW

For explanation I WOULD say: The window object represents a WEB browser window or frame, and you can refer to it with the identifier window. Global variables are properties of the window object and Global functions are methods of the window object.



Discussion

No Comment Found

Related InterviewSolutions