diff --git a/class1.html b/class1.html index cc271d2..5989bc4 100644 --- a/class1.html +++ b/class1.html @@ -253,7 +253,7 @@
var name = "Mitch";
var dinosaur = "Stegosaurus";
-var sentence = "My dinosaur is a " + dinosaur + ". It's name is " + name + ".";
+var sentence = "My dinosaur is a " + dinosaur + ". Its name is " + name + ".";
@@ -353,7 +353,7 @@ Life time supply calculator
+Lifetime supply calculator
Ever wonder how much a lifetime supply of your favorite snack or drink is?
JavaScript have "function scope". They are visible in the function where they are defined
+JavaScript variables have "function scope." They are visible in the function where they are defined
@@ -569,7 +569,7 @@ Variable Scope
Variable Scope
- JavaScript have "function scope". They are visible in the function where they are defined
+ JavaScript variables have "function scope." They are visible in the function where they are defined
A variable with "global" scope: