Merge pull request #8163 from erictleung/fix/update-misleading-mdn-capitalization-link

Update MDN charCodeAt link to be more accurate
pull/18182/head
Mrugesh Mohapatra 2016-04-22 17:42:56 +05:30
commit 27711941b1
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ var links = {
// ======== STRING METHODS
"String.charAt()": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/charAt",
"String.charCodeAt()": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/charCodeAt",
"String.prototype.charCodeAt()": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/charCodeAt",
"String.concat()": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/concat",
"String.indexOf()": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf",
"String.fromCharCode()": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fromCharCode",

View File

@ -715,7 +715,7 @@
],
"type": "bonfire",
"MDNlinks": [
"String.charCodeAt()",
"String.prototype.charCodeAt()",
"String.fromCharCode()"
],
"challengeType": 5,