create javascript button

JavaScript
const button = document.createElement("button");
button.innerHTML = "Do Something";
Source

Also in JavaScript: