Merge pull request #7917 from erictleung/fix/add-comment-delimiters-for-where-are-thou

Add comment delimiters to Where Art Thou
This commit is contained in:
Akira Laine
2016-04-06 19:24:21 +11:00

View File

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