createElement('button'); command creates a new button. Which command adds the we just created to the DOM? document.body.appendChild(button); ...
確定! 回上一頁