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 |
Does apple use javascript?
How do you round a value in javascript?
How to remove duplicates from javascript array?
What is the difference between undefined value and null value?
What is MEAN in javascript
How do I retrieve a cookie with a given name using a regular expression?
Can we create buttons in JavaScript ? if yes how? pls provide sample code... Thanks in advance.....
What is the reason for wrapping the entire content of a javascript source file in a function book?
What is null variable?
Explain how can you submit a form using JavaScript?
What is dom in javascript?
What is the difference between let and var?