What is the code snippet to go back to a history twice?
What is the code snippet to go back to a history twice? Correct Answer history.go(-2);
The go() method loads a specific URL from the history list. The above code snippet goes back 2, like clicking the Back button twice.