diff --git a/buildingx/qanda.html b/buildingx/qanda.html
index a687a04..73567e2 100644
--- a/buildingx/qanda.html
+++ b/buildingx/qanda.html
@@ -38,11 +38,11 @@
Following
document.write("
")
- let studentState = prompt("What state are you from?")
+ let studentCountry = prompt("What country are you from?")
- alert("Your state is " + studentState)
- console.log("Your state is " + studentState)
- document.write("Your state is " + studentState)
+ alert("Your country is " + studentCountry)
+ console.log("Your country is " + studentCountry)
+ document.write("Your country is " + studentCountry)
// let age = 42
@@ -52,4 +52,4 @@ Following
// document.write(age)
-