1.

What does a History object contain?(a) URL(b) Parameters(c) Attribute values(d) PropertyThis question was addressed to me in exam.This interesting question is from History Management in JavaScript topic in portion Sockets of JavaScript

Answer»

Right choice is (a) URL

For explanation: The history OBJECT contains the URLS visited by the user. By using history object, you can load previous, forward or any particular PAGE using VARIOUS methods.



Discussion

No Comment Found

Related InterviewSolutions