diff --git a/frontend.js b/frontend.js index 667a098..f024d39 100644 --- a/frontend.js +++ b/frontend.js @@ -109,7 +109,7 @@ function createParagraph(elementID, text) { return elem } -function initBody() { +function createBody() { createElement("body", "body") }