Merge pull request #3595 from FreeCodeCamp/curriculum/JSONAndAJAX

Curriculum/json and ajax for QA and copy check
This commit is contained in:
Ben McMahon
2015-10-26 00:47:30 +00:00
3 changed files with 408 additions and 526 deletions

View File

@@ -41,11 +41,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();"
@@ -69,10 +69,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);}"
],