history(2);
history(-2);
history.go(-2);
history.go(2);
View Answer
Workspace
Share
Copy Text
Copy URL
Answer : Option C
Explanation :
The above code snippet goes back 2, like clicking the Back button twice.
Be The First To Comment