From a770335cd931320ec3e357aa0bad0a93a1b31da3 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 28 Oct 2015 13:49:38 -0700 Subject: [PATCH] remove mdn links from oop fp challenges --- ...t-oriented-and-functional-programming.json | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/challenges/object-oriented-and-functional-programming.json b/challenges/object-oriented-and-functional-programming.json index aad1e5756c..46b02355a2 100644 --- a/challenges/object-oriented-and-functional-programming.json +++ b/challenges/object-oriented-and-functional-programming.json @@ -215,9 +215,6 @@ "", "(function() {return newArray;})();" ], - "MDNlinks":[ - "Array.map()" - ], "challengeType":1, "type": "waypoint" }, @@ -252,9 +249,6 @@ "", "(function() {return singleVal;})();" ], - "MDNlinks":[ - "Array.reduce()" - ], "challengeType":1, "type": "waypoint" }, @@ -288,9 +282,6 @@ "", "(function() { return newArray; })();" ], - "MDNlinks":[ - "Array.filter()" - ], "challengeType":1, "type": "waypoint" }, @@ -324,9 +315,6 @@ "", "(function() { return array; })();" ], - "MDNlinks":[ - "Array.sort()" - ], "challengeType":1, "type": "waypoint" }, @@ -354,9 +342,6 @@ "", "(function() {return array;})();" ], - "MDNlinks":[ - "Array.reverse()" - ], "challengeType": 1, "type": "waypoint" }, @@ -388,9 +373,6 @@ "", "(function() { return newArray; })();" ], - "MDNlinks":[ - "Array.concat()" - ], "challengeType": 1, "type": "waypoint" }, @@ -419,9 +401,6 @@ "", "(function() {return array;})();" ], - "MDNlinks":[ - "String.split()" - ], "challengeType":1, "type": "waypoint" }, @@ -451,9 +430,6 @@ "", "(function() {return joinedString;})();" ], - "MDNlinks":[ - "Array.join()" - ], "challengeType":1, "type": "waypoint" }