Establecer texto del elemento DOM
document.getElementById("myBtn").textContent = 'Hello World';
Nasty Narwhal
document.getElementById("myBtn").textContent = 'Hello World';