Which of these lines of code would replace the content of a webpage with “Saaaaaakib”?
  • document.body.innerHTML = "Saaaaaakib";

The DOM is the set of functionality that browsers provide to enable developers to access and manipulate webpages. What does DOM stand for?

  • Document Object Model