1.

What is the code snippet to go back to a history thrice?

A. history(3);
B. history(-3);
C. history.go(-3);
D. history.go(3);
Answer» D. history.go(3);


Discussion

No Comment Found