replace text js dom code example Example: javascript replace text within dom document.body.innerHTML = document.body.innerHTML.replace('hello', 'hi');