Merge pull request #458 from phoenixstormcrow/phoenixstormcrow-374
Added MDN links to Bonfire 19: Diff Two Arrays
This commit is contained in:
@ -452,7 +452,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",
|
||||
|
Reference in New Issue
Block a user