From c57251a446eb09842783fb7f77fba38f43dd62af Mon Sep 17 00:00:00 2001 From: suhussai Date: Sun, 23 Aug 2015 12:52:59 -0600 Subject: [PATCH] Added link about Roman Numeral to MDNLinks section Added link mentioned in Waypoint description about Roman Numerals to MDNLinks in order to make it more apparent. Affects Waypoint 3 in Intermediate Algorithm Scripting. http://www.freecodecamp.com/challenges/bonfire-roman-numeral-converter closes #2557. --- seed/bonfireMDNlinks.js | 5 +++-- seed/challenges/intermediate-bonfires.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/seed/bonfireMDNlinks.js b/seed/bonfireMDNlinks.js index 0e0b0f89b1a..4a5c6ea6b29 100644 --- a/seed/bonfireMDNlinks.js +++ b/seed/bonfireMDNlinks.js @@ -14,8 +14,9 @@ var links = "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 + "Roman Numerals": "http://www.mathsisfun.com/roman-numerals.html", + + // ========= GLOBAL OBJECTS "Global Array Object" : "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array", "Global Object" : "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", "Global String Object" : "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String", diff --git a/seed/challenges/intermediate-bonfires.json b/seed/challenges/intermediate-bonfires.json index 80adf23020c..c1ee08807d8 100644 --- a/seed/challenges/intermediate-bonfires.json +++ b/seed/challenges/intermediate-bonfires.json @@ -113,6 +113,7 @@ "convert(36);" ], "MDNlinks": [ + "Roman Numerals", "Array.splice()", "Array.indexOf()", "Array.join()"