Description: Illustrates the JavaScript syntax for the String CharCodeAt .
Syntax: string.CharCodeAt(index) – Returns the character at the specified index – index is required. 0 is the first character and the last character in a string is string.length-1.