diff --git a/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json b/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json index 76bccd494b5..d95e51cd8ee 100644 --- a/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json +++ b/seed/challenges/01-front-end-development-certification/intermediate-bonfires.json @@ -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;", "}", "",