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