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 is the default data type in javascript?
Is javascript pure object oriented?
How would you check if a variable is null/undefined?
What are the different actions that are performed using javascript?
What is a Typed Language?
how can we create own web browser?
Describe the properties of an anonymous function in JavaScript?
What web sites do you feel use javascript most effectively (i.e., Best-in-class examples)? The worst?
Is javascript array dynamic?
Example of using regular expressions for syntax checking in javascript?
What is variables in javascript?
What are the properties of stack?