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");