diff --git a/frontend.js b/frontend.js index 8f9a2e1..667a098 100644 --- a/frontend.js +++ b/frontend.js @@ -109,6 +109,10 @@ function createParagraph(elementID, text) { return elem } +function initBody() { + createElement("body", "body") +} + function createButton(elementID, text, attributes = {}) { let elem = createElement("button", elementID); elem.innerText = `${text}`