From 2688f48c714f7326d19ae211bd9c2632480bf2db Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 13 Sep 2015 20:55:51 -0700 Subject: [PATCH] small copy improvements to @bugron fixes --- seed/challenges/basic-javascript.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json index 50084479d3..5e2738d840 100644 --- a/seed/challenges/basic-javascript.json +++ b/seed/challenges/basic-javascript.json @@ -42,7 +42,7 @@ "challengeSeed": [ "function welcomeToBooleans() {", "", - "// don't change code above here", + "// Only change code below this line.", "", " return false;", "", @@ -129,7 +129,7 @@ "", "var lastName = \"Lovelace\";", "", - "// Don't change code above here.", + "// Only change code below this line.", "", "lastNameLength = lastName;", "", @@ -687,7 +687,6 @@ " return a - b;", "};", "", - "// Don't modify above this line", "// Create a function called myFunction that returns the value of a plus b.", "// Only change code below this line.", "",