What happens when this code is run?
document.write("<h1>Welcome to my website</h1>");
A heading with "Welcome to my website" replaces the entire webpage content.
"Welcome to my website" is logged to the console.
An error occurs.
A prompt asking "Welcome to my website" appears.