From 1cdd0eee6d1cc57caf06ba9f8ee127bf26e0231e Mon Sep 17 00:00:00 2001 From: Rex Schrader Date: Mon, 22 Jun 2015 21:46:09 -0700 Subject: [PATCH 1/2] Add video link for Symmetric Difference --- seed/bonfireMDNlinks.js | 1 + 1 file changed, 1 insertion(+) diff --git a/seed/bonfireMDNlinks.js b/seed/bonfireMDNlinks.js index bedd51b2db..0e0b0f89b1 100644 --- a/seed/bonfireMDNlinks.js +++ b/seed/bonfireMDNlinks.js @@ -13,6 +13,7 @@ var links = "Smallest Common Multiple": "https://www.mathsisfun.com/least-common-multiple.html", "Permutations": "https://www.mathsisfun.com/combinatorics/combinations-permutations.html", "HTML Entities": "http://dev.w3.org/html5/html-author/charref", + "Symmetric Difference": "https://www.youtube.com/watch?v=PxffSUQRkG4", // ========= GLOBAL OBJECTS "Global Array Object" : "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array", From 99459feb5ee489b2253a5e687e9b85e42d8175d5 Mon Sep 17 00:00:00 2001 From: Rex Schrader Date: Mon, 22 Jun 2015 21:49:44 -0700 Subject: [PATCH 2/2] Add Symmetric Difference link to bonfire --- seed/challenges/advanced-bonfires.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed/challenges/advanced-bonfires.json b/seed/challenges/advanced-bonfires.json index 58f6602791..f729bde4e2 100644 --- a/seed/challenges/advanced-bonfires.json +++ b/seed/challenges/advanced-bonfires.json @@ -87,7 +87,8 @@ "assert.deepEqual(sym([1, 1]), [1], 'should return an array of unique values');" ], "MDNlinks": [ - "Array.reduce()" + "Array.reduce()", + "Symmetric Difference" ], "challengeType": 5, "nameCn": "",