Changes

Jump to: navigation, search

JavaScript String Object

146 bytes added, 20:31, 26 April 2007
JavaScript String Object Methods
== JavaScript String Object Methods ==
The following table lists all the most commonly used methods built into the String object class:
<table border="1">
<tr>
<td>charAt()<td>Returns the character at the specified indexs into the string. It is important to remember that the first character in a string in at index 0, not index 1.</td>
</tr>
<tr>
<td>concat()<td>Takes two strings as auguments and combines them into a singe string. Returns the combined string.</td>
</tr>
</table>

Navigation menu