Vidyalelo
JavaScript · Q13

Sockets

Programming · JavaScript · question 13

Q13

What is the purpose of the method forward()?

A.
Loads any random URL in the history list
B.
Loads the previous URL in the history list
C.
Loads a specific URL from the history list
D.
Loads the next URL in the history list
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
The forward() method loads the next URL in the history list.