Add head/tail to challenge spec.

Lint EVERYTHING!
This commit is contained in:
Berkeley Martinez
2015-11-06 16:35:57 -08:00
parent 9bbfa0a004
commit 1bd158e2eb

View File

@ -44,8 +44,9 @@
" return false;",
"",
"// Only change code above this line.",
"}",
"",
"}"
],
"tail": [
"welcomeToBooleans();"
],
"type": "waypoint",
@ -67,9 +68,9 @@
"challengeSeed": [
"var ourName = \"Free Code Camp\";",
"",
"",
"// Only change code above this line.",
"",
""
],
"tail": [
"if(typeof(myName) !== \"undefined\"){(function(v){return v;})(myName);}"
],
"type": "waypoint",