The history property belongs to which object?
a) Element
b) Window
c) History
d) Location
What is the code snippet to go back to a history twice?
a) history(2);
b) history(-2);
c) history.go(-2);
d) history.go(2);
If the window has child windows, how will the browsing histories be affected?
a) Numerically interleaved
b) Chronologically interleaved
c) Both Numerically and Chronologically interleaved
d) Numerically or Chronologically interleaved
The length property belongs to which of the following objects?
a) Window
b) Element
c) History
d) Document
What is the datatype of the go() method’s parameter?
a) String
b) Integer
c) Double
d) Float
What is the special feature of modern web applications?
a) Can alter contents without loading document
b) Must load the document to manipulate
c) Remains static
d) Can’t be altered at all