Q37
Which object serves as the global object at the top of the scope chain?
A.
Hash
B.
Property
C.
Element
D.
Window
AnswerAnswer: 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.