How can you change the text content of an element?
element._____ = "New text";
changeText
textContent
innerText
value