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

Add comment delimiters to Where Art Thou
pull/18182/head
Akira Laine 2016-04-06 19:24:21 +11:00
commit 93b7652ecc
1 changed files with 5 additions and 1 deletions

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