added documentation ur (#34631)

added documentation url for  String.fromCharCode() method
This commit is contained in:
Nemanja Jeremic
2019-02-27 22:53:22 +01:00
committed by Randell Dawson
parent 1779971cff
commit 8db94edcab

View File

@ -12,7 +12,7 @@ This problem is very straight forward - you start with a string that represents
### Relevant Links
* <a href='http://forum.freecodecamp.com/t/javascript-string-prototype-charcodeat/15933' target='_blank' rel='nofollow'>String.prototype.charCodeAt</a>
* <a>String.fromCharCode</a>
* <a href='https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fromCharCode' target='_blank' rel='nofollow'>String.fromCharCode</a>
## ![:speech_balloon:](https://forum.freecodecamp.com/images/emoji/emoji_one/speech_balloon.png?v=3 ":speech_balloon:") Hint: 1