July 1998
Intermediate to advanced
1456 pages
65h 5m
English
charAt() — NN 2 IE J1 ECMA 1
charAt(positionIndex)Returns a single character string of the character located at the
zero-based index position passed as a parameter. Use this method
instead of substring() when only one character
from a known position is needed from a string.
A one-character string. In newer browser versions, an empty string is returned if the parameter value points to a character beyond the length of the string.
positionIndex
Zero-based integer.
Read now
Unlock full access