What is the code snippet to go back to a history thrice?
history(3);
history(-3);
history.go(-3);
history.go(3);
Correct Answer : C
Which symbol is used separate JavaScript statements?
JavaScript ignores?
Which JavaScript method is used to write on browser's console?