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;", " 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",