diff --git a/class1.html b/class1.html index cc271d2..5989bc4 100644 --- a/class1.html +++ b/class1.html @@ -253,7 +253,7 @@

Data types

- In nerd speak, JavaScript variables are "loosely typed". You don't know the kind of value a variable will have until you assign it. + In nerd speak, JavaScript variables are "loosely typed." You don't know the kind of value a variable will have until you assign it.
@@ -313,7 +313,7 @@

Expressions


 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 @@

Let's Develop It

Let's Develop It

-

Life time supply calculator

+

Lifetime supply calculator

Ever wonder how much a lifetime supply of your favorite snack or drink is?