What is the use of history object?
From the current page or another page, you can navigate back and forward to previous pages using a browser's history object. History objects can be used in three different ways.
The previous page is loaded using history.back().
The next page is loaded using history.forward().
heritage.go(number) - For forward motion, the number might be positive; for backward motion, it can be negative. The specified page number loads.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are limitations in javascript?
How do you clear an array in javascript?
What is the use of dom?
Explain higher-order functions in javascript?
how can we create own web browser?
Which built-in method returns the calling string value converted to lower case?
What are javascript objects?
What are javascript closures?when would you use them?
Is it possible to break javascript code into several lines?
What is the relationship between JavaScript and ECMAScript?
Is javascript object oriented?
what is the difference between window & document in javascript?