February 2018
Intermediate to advanced
298 pages
8h 22m
English
This method is simply the equivalent of history.go(1).
This is handy when you want to just push the user to the page he/she is coming from. One use case of this is when you can create a full-screen immersive web application and on your screen there are some minimal controls that play with the history behind the scenes:
if(awesomeButtonClicked && userWantsToMoveForward()) { history.forward()}
Read now
Unlock full access