Add MDN Links to Functional Programming Waypoints

This commit is contained in:
Logan Tegman
2015-10-15 20:17:29 -07:00
parent 6ae909f3bf
commit 9a8d380aea

View File

@@ -200,6 +200,9 @@
"// Only change code above this line.", "// Only change code above this line.",
"(function() {return array;})();" "(function() {return array;})();"
], ],
"MDNlinks":[
"Array.map()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@@ -228,6 +231,9 @@
"// Only change code above this line.", "// Only change code above this line.",
"(function() {return singleVal;})();" "(function() {return singleVal;})();"
], ],
"MDNlinks":[
"Array.reduce()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@@ -256,6 +262,9 @@
" // Only change code above this line.", " // Only change code above this line.",
"(function() {return array;})();" "(function() {return array;})();"
], ],
"MDNlinks":[
"Array.filter()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@@ -284,6 +293,9 @@
" // Only change code above this line.", " // Only change code above this line.",
"(function() {return array;})();" "(function() {return array;})();"
], ],
"MDNlinks":[
"Array.sort()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@@ -308,6 +320,9 @@
" // Only change code above this line.", " // Only change code above this line.",
"(function() {return array;})();" "(function() {return array;})();"
], ],
"MDNlinks":[
"Array.reverse()"
],
"challengeType": 1, "challengeType": 1,
"type": "waypoint" "type": "waypoint"
}, },
@@ -335,6 +350,9 @@
"// Only change code above this line.", "// Only change code above this line.",
"(function() {return array;})();" "(function() {return array;})();"
], ],
"MDNlinks":[
"Array.concat()"
],
"challengeType": 1, "challengeType": 1,
"type": "waypoint" "type": "waypoint"
}, },
@@ -361,6 +379,9 @@
"// Only change code above this line.", "// Only change code above this line.",
"(function() {return array;})();" "(function() {return array;})();"
], ],
"MDNlinks":[
"String.split()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
}, },
@@ -386,6 +407,9 @@
"// Only change code above this line.", "// Only change code above this line.",
"(function() {return joinMe;})();" "(function() {return joinMe;})();"
], ],
"MDNlinks":[
"Array.join()"
],
"challengeType":1, "challengeType":1,
"type": "waypoint" "type": "waypoint"
} }