small copy improvements to @bugron fixes

pull/2800/merge
Quincy Larson 2015-09-13 20:55:51 -07:00
parent 5ccf8fe56c
commit 2688f48c71
1 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,7 @@
"challengeSeed": [ "challengeSeed": [
"function welcomeToBooleans() {", "function welcomeToBooleans() {",
"", "",
"// don't change code above here", "// Only change code below this line.",
"", "",
" return false;", " return false;",
"", "",
@ -129,7 +129,7 @@
"", "",
"var lastName = \"Lovelace\";", "var lastName = \"Lovelace\";",
"", "",
"// Don't change code above here.", "// Only change code below this line.",
"", "",
"lastNameLength = lastName;", "lastNameLength = lastName;",
"", "",
@ -687,7 +687,6 @@
" return a - b;", " return a - b;",
"};", "};",
"", "",
"// Don't modify above this line",
"// Create a function called myFunction that returns the value of a plus b.", "// Create a function called myFunction that returns the value of a plus b.",
"// Only change code below this line.", "// Only change code below this line.",
"", "",