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