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.
Answer:
Attached to the keyboard
Explanation:
I Believe This is the answer
Answer:
It is the SRS document or the Software Requirement Specification.
Explanation:
The parent document that serves as a contract between the client and the developer is the SRS document, and it contains all the details related to software that needs to be developed. The clients let the business analyst know all about the software he wants the software development company to develop, and the business analyst then write the SRS document covering all the requirements, and this forms the contract details and is shared in between the developer and the client if the developer is working independently, and in between the company and the client if the developer is working for certain company.