Added MDN links to bonfire 19: Diff Two Arrays

Fixes FreeCodeCamp/freecodecamp#374
This commit is contained in:
phoenixstormcrow
2015-05-18 22:36:27 -07:00
parent 57b822433f
commit ad248a4830

View File

@ -316,7 +316,8 @@
"assert.deepEqual(diff([1, 2, 3, 5], [1, 2, 3, 4, 5]), [4], 'arrays with numbers');",
"assert.includeMembers(diff([1, 'calf', 3, 'piglet'], [1, 'calf', 3, 4]), ['piglet', 4], 'arrays with numbers and strings');",
"assert.deepEqual(diff([], ['snuffleupagus', 'cookie monster', 'elmo']), ['snuffleupagus', 'cookie monster', 'elmo'], 'empty array');"
]
],
"MDNlinks" : ["String.slice()", "Array.filter()", "Array.indexOf()", "String.concat()"]
},
{
"_id": "a7f4d8f2483413a6ce226cac",