From 931fc67bdf97717a07e5b56266905e4e2a015d73 Mon Sep 17 00:00:00 2001 From: Darcy Linde Date: Mon, 22 Apr 2019 17:16:49 -0400 Subject: [PATCH] Done. --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 4b2f148..921c3c8 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!" +});