Added missing MDN Link

This bonfire "Missing letters"seems to be missing an important MDN link to "String.fromCharCode()", which is needed to get the missing character to return for the test. Since the missing character is obviously not in the string supplied, you cannot get the character code for it from the string.
This commit is contained in:
Brett Guillory
2015-06-13 23:28:33 -05:00
parent bc37c9bbfb
commit e9aa4b27a7

View File

@ -966,7 +966,8 @@
"expect(fearNotLetter('yz')).to.be.undefined;" "expect(fearNotLetter('yz')).to.be.undefined;"
], ],
"MDNlinks": [ "MDNlinks": [
"String.charCodeAt()" "String.charCodeAt()",
"String.fromCharCode()"
], ],
"challengeType": 5, "challengeType": 5,
"nameCn": "", "nameCn": "",