Add Symmetric Difference link to bonfire
This commit is contained in:
@ -87,7 +87,8 @@
|
|||||||
"assert.deepEqual(sym([1, 1]), [1], 'should return an array of unique values');"
|
"assert.deepEqual(sym([1, 1]), [1], 'should return an array of unique values');"
|
||||||
],
|
],
|
||||||
"MDNlinks": [
|
"MDNlinks": [
|
||||||
"Array.reduce()"
|
"Array.reduce()",
|
||||||
|
"Symmetric Difference"
|
||||||
],
|
],
|
||||||
"challengeType": 5,
|
"challengeType": 5,
|
||||||
"nameCn": "",
|
"nameCn": "",
|
||||||
|
Reference in New Issue
Block a user