How many methods are there in the History object?
(a) 3
(b) 4
(c) 5
(d) 6
(a) 3
(b) 4
(c) 5
(d) 6
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The correct answer is (a) 3
To explain: There are three methods belonging to the History object namely :
back()
forward()
go()
back() loads the previous URL, forward loads the next URL and go() loads a specific URL in the history list.