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 d9f0444542
commit 14956bcfcf

View File

@ -174,7 +174,7 @@
"<code>});</code>" "<code>});</code>"
], ],
"tests": [ "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": [ "challengeSeed": [
"fccss", "fccss",