July 1998
Intermediate to advanced
1456 pages
65h 5m
English
fromCharCode() — NN 4 IE J3 ECMA n/a
fromCharCode(num1,[,num2,[...numN]])
A static method that returns a string of one or more characters whose Unicode values are passed as a comma-delimited list of parameters. For example, the expression:
String.fromCharCode(120, 121, 122)
returns “xyz”.
A string.
num1...numN
One or more integer values in an unquoted, comma-delimited list.
Read now
Unlock full access