String.CharAt Example: JavaScript Syntax – JS String.CharAt Example

String.CharAt Example: JavaScript Syntax – JS String.CharAt Example Purpose: – Illustrates the JavaScript syntax for the String CharAt . View Other String Properties and Methods Prerequistes: Install Visual Web Developer 2008 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. Restrictions: None... [Read More...]