Add comment delimiters to Where Art Thou

This commit is contained in:
Eric Leung
2016-04-05 09:05:25 -07:00
parent 232a3f91a4
commit d6cbc14912

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