Merge pull request #1074 from SaintPeter/staging

Add video link to Symmetric Differences Bonfire
This commit is contained in:
Quincy Larson
2015-06-28 15:20:06 -07:00
2 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,7 @@ var links =
"Smallest Common Multiple": "https://www.mathsisfun.com/least-common-multiple.html", "Smallest Common Multiple": "https://www.mathsisfun.com/least-common-multiple.html",
"Permutations": "https://www.mathsisfun.com/combinatorics/combinations-permutations.html", "Permutations": "https://www.mathsisfun.com/combinatorics/combinations-permutations.html",
"HTML Entities": "http://dev.w3.org/html5/html-author/charref", "HTML Entities": "http://dev.w3.org/html5/html-author/charref",
"Symmetric Difference": "https://www.youtube.com/watch?v=PxffSUQRkG4",
// ========= GLOBAL OBJECTS // ========= GLOBAL OBJECTS
"Global Array Object" : "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array", "Global Array Object" : "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array",

View File

@ -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": "",