Add comment delimiters to Where Art Thou

pull/7917/head
Eric Leung 2016-04-05 09:05:25 -07:00
parent 96df9bfcd7
commit 3257724b50
1 changed files with 5 additions and 1 deletions

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