Changes

Jump to: navigation, search

JavaScript String Object

188 bytes added, 20:29, 26 April 2007
JavaScript String Object Methods
<tr>
<td>bold()<td>Makes the string bold. Equivalent to wrapping the string in HTML &lt;bold&gt; and &lt;/bold&gt; elements</td>
</tr>
<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>
</table>

Navigation menu