-
-Just a Generic Page
-
+
+ Just a Generic Page
+
Just a generic heading
+
Not a lot to read about here. I'm just an obligatory paragraph living in
-an example in a JavaScript book. I'm looking for something to make my life more
-exciting.
+ an example in a JavaScript book. I'm looking for something to make my life more
+ exciting.
diff --git a/chapter1/code.js b/chapter1/code.js
index baf9fd4..3d08e96 100644
--- a/chapter1/code.js
+++ b/chapter1/code.js
@@ -1,11 +1,11 @@
scoops = 5;
while (scoops > 0) {
document.write("Another scoop! ");
- if (scoops < 3) {
+ /*if (scoops < 3) {
alert("Ice cream is running low!");
} else if (scoops >= 5) {
alert("Eat faster, the ice cream is going to melt!");
- }
+ }*/
scoops = scoops - 1;
}
document.write("Life without ice cream isn't the same");
diff --git a/chapter1/generic.html b/chapter1/generic.html
index e803401..b6f6b1d 100644
--- a/chapter1/generic.html
+++ b/chapter1/generic.html
@@ -1,6 +1,16 @@
+<<<<<<< HEAD
+
+ Just a Generic Page
+
+=======
Just a Generic Page
+>>>>>>> parent of 0536fb1... nothing