1.

Which object is the main entry point to all client-side JavaScript features and APIs?(a) Standard(b) Location(c) Window(d) PositionI had been asked this question during an interview.My doubt is from JavaScript in Web Browsers in chapter Server-Side and Client-Side Scripting of JavaScript

Answer»

Correct option is (C) Window

To explain: The Window object is the main entry POINT to all client-side JAVASCRIPT FEATURES and APIs. It represents a web browser window or frame, and you can refer to it with the identifier window.



Discussion

No Comment Found

Related InterviewSolutions