Answer:
replace()
Explanation:
The history object in javascript corresponds to browsing history.
It has the following methods for navigating through the history list:
back(): Go back in the history list
forward(): Go forward in the history list
go() : Navigate to the currently pointed url in the history list. It takes a parameter which can either be a numeric index or a string which is matched with the history list content.
replace() is not a method in the history object.
You didn’t put the following.. please do this and I will answer :).
I guess the correct answer is opening parenthesis.
A function is always structured beginning with the function name and an opening parenthesis mark.