Answer: The
History.Back() is an static method which loads previous URL from the history list.This is the same as clicking the "Back button" in our browser.
Note: This method will not work if the previous page does not exist in the history list.
Syntax:history.back()
Asked In: Many Interviews |
Alert Moderator