From 63c7cd1c54357ac307c2eedc01082ae80f829718 Mon Sep 17 00:00:00 2001 From: Katie Reid Date: Mon, 5 Jan 2015 16:10:43 -0800 Subject: [PATCH 1/3] adding the game from a new branch for a PR --- Best-Food-Guessing-Game.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Best-Food-Guessing-Game.html b/Best-Food-Guessing-Game.html index 9bf1ff9..c5b021f 100644 --- a/Best-Food-Guessing-Game.html +++ b/Best-Food-Guessing-Game.html @@ -26,7 +26,7 @@ else { - alert("No, refresh to try again because you must not have great taste."); + alert("No, refresh to try again because you must not have the greatest taste."); }; \ No newline at end of file From 36ba9225a28d7ce1b5b0c542144d8b56bb98d787 Mon Sep 17 00:00:00 2001 From: Katie Reid Date: Mon, 5 Jan 2015 16:12:27 -0800 Subject: [PATCH 2/3] added super to delicous --- Best-Food-Guessing-Game.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Best-Food-Guessing-Game.html b/Best-Food-Guessing-Game.html index c5b021f..507c83d 100644 --- a/Best-Food-Guessing-Game.html +++ b/Best-Food-Guessing-Game.html @@ -16,7 +16,7 @@ else if (guess == answer[2]) { - alert("You're pretty close, these are delicious!"); + alert("You're pretty close, these are super delicious!"); } else if (guess == answer[3]) { From 5b69e3f973766c6ce04189cbb2226a7ae37f4aa9 Mon Sep 17 00:00:00 2001 From: Katie Reid Date: Tue, 6 Jan 2015 10:01:56 -0800 Subject: [PATCH 3/3] corrected spacing --- Best-Food-Guessing-Game.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Best-Food-Guessing-Game.html b/Best-Food-Guessing-Game.html index 507c83d..b43b9a5 100644 --- a/Best-Food-Guessing-Game.html +++ b/Best-Food-Guessing-Game.html @@ -1,6 +1,5 @@ \ No newline at end of file + \ No newline at end of file