document.getElementById("text").innerText = "Your new text here"
var text = document.querySelector('#text').innerText; //'#':id '.':class