let testNode = document.createElement("div") testNode.innerText = "Hello" testNode.id = "testNode" document.body.appendChild(testNode)