mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-21 15:03:21 -05:00
finish editing ajax challenges
This commit is contained in:
@@ -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);}"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user