From 04b0f117801747d86fec5781dd40422210f2b37f Mon Sep 17 00:00:00 2001 From: Marjorie Roswell Date: Mon, 24 Mar 2014 13:13:38 -0400 Subject: [PATCH] Fix typos - Punctuation goes inside quotation marks in the U.S. - Changed to "its" (because "it's" means "it is" - Added missing word 'variable' --- class1.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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?