let app = document.querySelector('#app'); app.append('append() Text Demo'); console.log(app.textContent);