Vidyalelo
JavaScript · Q37

Document Object Model And Event Handling

Programming · JavaScript · question 37

Q37

Which object serves as the global object at the top of the scope chain?

A.
Hash
B.
Property
C.
Element
D.
Window
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The Window object serves as the global object at the top of the scope chain in client-side JavaScript.