Javascript History object
History object The javascript history object is the window property that is used to load previous, forward, or any particular page. It is a property of the window object and thus can be written as window.history or only history. Properties of History Object: PROPERTY USES length To get the length of the history URLs. … Read more