What is the code snippet to go back to a history twice?
(a) history(2);
(b) history(-2);
(c) history.go(-2);
(d) history.go(2);
The question was posed to me in my homework.
I want to ask this question from Error Handling topic in portion Document Object Model and Event Handling in Javascript of JavaScript