Inside the display statement, assemble the instruction to access the text of the h1 element.
h1
Make sure to pick document, followed by .getElementById("newspaper"), and finally .innerHTML.
document
.getElementById("newspaper")
.innerHTML