diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json index 50084479d3b..5e2738d8405 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.", "",