From fd62d1a4eac65de17b388d1ddeff607395448ad4 Mon Sep 17 00:00:00 2001 From: peteytacos <122505121+peteytacos@users.noreply.github.com> Date: Thu, 12 Jan 2023 15:07:38 +1100 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 331de70..5342eb1 100644 --- a/index.html +++ b/index.html @@ -146,7 +146,7 @@

What's your age in full moons?

fullMoons = Math.round(fullMoons); // Display the result to the user - document.getElementById("result").innerHTML = "Wow, you are " + fullMoons + " moons old"; + document.getElementById("result").innerHTML = "Neato, you are " + fullMoons + " moons old!"; // Add the "show" class to the result element to trigger the animation document.getElementById("result").classList.add("show");