Q. Which object is the main entry point to all client-side JavaScript features and APIs?
β
Correct Answer: (C)
Window
Explanation: 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.