i made a button called btn and i gave it a text
btn = document.createElement(\'button\') btn.textContent = "Hello World"
i want to