remove mdn links from oop fp challenges

This commit is contained in:
Quincy Larson
2015-10-28 13:49:38 -07:00
parent 9ef1af5664
commit a770335cd9

View File

@ -215,9 +215,6 @@
"", "",
"(function() {return newArray;})();" "(function() {return newArray;})();"
], ],
"MDNlinks":[
"Array.map()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@ -252,9 +249,6 @@
"", "",
"(function() {return singleVal;})();" "(function() {return singleVal;})();"
], ],
"MDNlinks":[
"Array.reduce()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@ -288,9 +282,6 @@
"", "",
"(function() { return newArray; })();" "(function() { return newArray; })();"
], ],
"MDNlinks":[
"Array.filter()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@ -324,9 +315,6 @@
"", "",
"(function() { return array; })();" "(function() { return array; })();"
], ],
"MDNlinks":[
"Array.sort()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@ -354,9 +342,6 @@
"", "",
"(function() {return array;})();" "(function() {return array;})();"
], ],
"MDNlinks":[
"Array.reverse()"
],
"challengeType": 1, "challengeType": 1,
"type": "waypoint" "type": "waypoint"
}, },
@ -388,9 +373,6 @@
"", "",
"(function() { return newArray; })();" "(function() { return newArray; })();"
], ],
"MDNlinks":[
"Array.concat()"
],
"challengeType": 1, "challengeType": 1,
"type": "waypoint" "type": "waypoint"
}, },
@ -419,9 +401,6 @@
"", "",
"(function() {return array;})();" "(function() {return array;})();"
], ],
"MDNlinks":[
"String.split()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@ -451,9 +430,6 @@
"", "",
"(function() {return joinedString;})();" "(function() {return joinedString;})();"
], ],
"MDNlinks":[
"Array.join()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
} }