javascript get value of h1 code example Example: get h1 text javascript var h1Text = document.querySelector("h1").innerText;