diff --git a/index.js b/index.js index 4b2f148..77e36aa 100644 --- a/index.js +++ b/index.js @@ -1 +1,3 @@ -// Your code goes here \ No newline at end of file +document.addEventListener("DOMContentLoaded", function(){ + document.getElementById("text").textContent = "This is really cool!" +})