diff --git a/seed/challenges/json-apis-and-ajax.json b/seed/challenges/json-apis-and-ajax.json index e4eb407d97..fdb3f05cb6 100644 --- a/seed/challenges/json-apis-and-ajax.json +++ b/seed/challenges/json-apis-and-ajax.json @@ -308,18 +308,18 @@ "", " var html = \"\";", "", + " // Only change code below this line.", + "", + "", + "", + " // Only change code above this line.", + "", " json.map(function(val){", "", "    val = \"\" ", "", " html = html + \"
\"", "", - " // Only change code below this line.", - "", - "", - "", - " // Only change code above this line.", - "", " html = html + '
' + val + '
';", "", " html = html + \"
\"",