adplus-dvertising
frame-decoration

Question

Which of the following method loads a new document?

a.

location.new()

b.

loadnew()

c.

location.load()

d.

location.assign()

Answer: (d).location.assign()

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following method loads a new document?

Similar Questions

Discover Related MCQs

Q. Which of the following method will wait for certain milliseconds to execute a specified method?

Q. What is the method used to stop an execution of a method?

Q. What is the meaning of JavaScript Hoisting?

Q. What is the function of the XML parser?

Q. What is the purpose of the method ActiveXObject()?

Q. What is the purpose of the url json?

Q. What is the parameter of the method Date.parse()?

Q. Which is the function in JavaScript that will print the current page in JavaScript?

Q. To which of the following object does the print() method belong to?

Q. What will happen if the radix parameter of the parseInt() function is omitted?

Q. What will be the radix value if the string begins with 0x?

Q. What is the function of the parseInt() method?

Q. What does it indicate when the radix value is 16?

Q. What is the purpose of the radix parameter in the parseInt() method?

Q. What will be the radix value of the parseInt() method when the string begins with 0?

Q. What is the purpose of the method JSON.parse()?

Q. What is the return type of the method parseInt()?

Q. What are the parameters of the method JSON.parse()?

Q. What will be the radix value of the parseInt() method when the string begins with any other value other than 0x and 0?

Q. What kind of an exception will be thrown if the string to parse is not valid JSON?