Merge pull request #4223 from FreeCodeCamp/feature/head-tail-challenges
Add head/tail to challenges spec
This commit is contained in:
@ -44,8 +44,9 @@
|
|||||||
" return false;",
|
" return false;",
|
||||||
"",
|
"",
|
||||||
"// Only change code above this line.",
|
"// Only change code above this line.",
|
||||||
"}",
|
"}"
|
||||||
"",
|
],
|
||||||
|
"tail": [
|
||||||
"welcomeToBooleans();"
|
"welcomeToBooleans();"
|
||||||
],
|
],
|
||||||
"type": "waypoint",
|
"type": "waypoint",
|
||||||
@ -67,9 +68,9 @@
|
|||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
"var ourName = \"Free Code Camp\";",
|
"var ourName = \"Free Code Camp\";",
|
||||||
"",
|
"",
|
||||||
"",
|
""
|
||||||
"// Only change code above this line.",
|
],
|
||||||
"",
|
"tail": [
|
||||||
"if(typeof(myName) !== \"undefined\"){(function(v){return v;})(myName);}"
|
"if(typeof(myName) !== \"undefined\"){(function(v){return v;})(myName);}"
|
||||||
],
|
],
|
||||||
"type": "waypoint",
|
"type": "waypoint",
|
||||||
|
Reference in New Issue
Block a user