Returns a string from a number of Unicode character values.
SyntaxString.fromCharCode([ code1 [, code2 [, ...[, codeN ]]]])
You call this function on the String object rather than on a string instance.
The following example shows how to use this method:
var test = String.fromCharCode(112, 108, 97, 105, 110);
document.write(test);
See also Other articles
Attributions
Microsoft Developer Network: Article
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4