Examveda
Examveda

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);

Answer: Option C

Solution(By Examveda Team)

The above code snippet goes back 2, like clicking the Back button twice.

Join The Discussion

Related Questions on Document Object Model and Event Handling