InterviewSolution
Saved Bookmarks
| 1. |
The history object is a part of which object?(a) Property(b) Window(c) Location(d) Screen |
|
Answer» Correct choice is (b) Window The best explanation: The window object represents an open window in a browser. The history object belongs to the Window object. |
|