Add comment delimiters to Where Art Thou

This commit is contained in:
Eric Leung
2016-04-05 09:05:25 -07:00
parent 96df9bfcd7
commit 3257724b50

View File

@ -177,8 +177,12 @@
], ],
"challengeSeed": [ "challengeSeed": [
"function whereAreYou(collection, source) {", "function whereAreYou(collection, source) {",
" var arr = [];",
" // What's in a name?", " // What's in a name?",
" var arr = [];",
" // Only change code below this line",
" ",
" ",
" // Only change code above this line",
" return arr;", " return arr;",
"}", "}",
"", "",