Button: const buttonElement = document.createElement('button'); buttonElement.innerText = 'Click me!'; document.body.appendChild(buttonElement);
simple document.createlement scroll right down to very bottom for button #1 function Clicked() { //Type What you want your button to do here }