Skip to content

Commit

Permalink
Merge pull request freeCodeCamp#458 from phoenixstormcrow/phoenixstor…
Browse files Browse the repository at this point in the history
…mcrow-374

Added MDN links to Bonfire 19: Diff Two Arrays
  • Loading branch information
Berkeley Martinez committed May 21, 2015
2 parents c63a770 + ad248a4 commit 0bd4d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion seed_data/bonfires.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0bd4d35

Please sign in to comment.