From 6dfbbe67772563b62e392991ae4e5de1987ee12f Mon Sep 17 00:00:00 2001 From: PrincetonJRose Date: Tue, 23 Apr 2019 17:57:36 -0400 Subject: [PATCH] Done. --- index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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!" +}) +