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:
@ -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",
|
||||
|
Reference in New Issue
Block a user