What is the danger of using the document.write() method?

(1 point)
Responses

It is less secure than getting the element by its ID.

It is less secure than getting the element by its ID.

It will delete all of the HTML content on the page.

It will delete all of the HTML content on the page.

It is really slow, so it frustrates users.

It is really slow, so it frustrates users.

It replaces the HTML file with whatever is in the write() method.

It replaces the HTML file with whatever is in the write() method.