method String.charAt Private String.charAt(pos: number): string Returns the character at the specified index. Parameters pos: number The zero-based index of the desired character. Return Type string