diff --git a/index.js b/index.js index 4b2f148..9bee344 100644 --- a/index.js +++ b/index.js @@ -1 +1,5 @@ -// Your code goes here \ No newline at end of file +// Your code goes here +document.addEventListener("DOMContentLoaded", function() { + document.querySelector("#text").innerHTML = "This is really cool!" +}) +