finish editing ajax challenges

This commit is contained in:
Quincy Larson
2015-10-23 21:32:51 -07:00
parent b6423979a4
commit d2cab92237
2 changed files with 84 additions and 87 deletions

View File

@@ -42,11 +42,11 @@
"challengeSeed": [
"function welcomeToBooleans() {",
"",
"// Only change code below this line.",
" // Only change code below this line.",
"",
" return false;",
"",
"// Only change code above this line.",
" // Only change code above this line.",
"}",
"",
"welcomeToBooleans();"
@@ -70,10 +70,10 @@
"challengeSeed": [
"// var ourName = \"Free Code Camp\";",
"",
"// Only change code below this line.",
"",
"",
"// Only change code above this line.",
"// We use this function to show you the value of your variable in your output box.",
"// You'll learn about functions soon.",
"",
"if(typeof(myName) !== \"undefined\"){(function(v){return v;})(myName);}"
],