July 1998
Intermediate to advanced
1456 pages
65h 5m
English
charCodeAt() — NN 4 IE J3 ECMA 1
charCodeAt(positionIndex)Returns a number of the decimal Unicode value for the character located at the zero-based index position passed as a parameter. For common alphanumeric characters, the Unicode values are the same as ASCII values.
A positive integer. Returns NaN if the parameter
value points to a character beyond the length of the string.
positionIndex
Zero-based integer.
Read now
Unlock full access