Update json-apis-and-ajax.json

Proposed fix to solve issue #4516. Instructions say to use forEach instead of map.
This commit is contained in:
Aaron
2015-11-18 11:02:46 -05:00
parent f03dba1c5e
commit cc8e5a77dc

View File

@@ -174,7 +174,7 @@
"<code>});</code>"
],
"tests": [
"assert(editor.match(/json\\.map/gi), 'The message box should have something in it.')"
"assert(editor.match(/json\\.forEach/gi), 'The message box should have something in it.')"
],
"challengeSeed": [
"fccss",