Progress Monitor for IdealProgrammer.com

Take Swift, Intelligent, Massive, Planned, Loving, Effective (S.I.M.P.L.E.) Action to Transform Self into Ideal




Please login

 

String.CharAt Example

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.

 

String.CharAt Example Code: