Description: Illustrates the JavaScript syntax for the String CharAt .
Syntax: string.charAt(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.