34,333
edits
Changes
→JavaScript String Object Methods
<tr>
<td>slice()<td>Accepts a start and an end index as arguments and returns the string fragment that is located between these two positions.</td>
</tr>
<tr>
<td>small()<td>Makes the string smaller. Equivalent to wrapping the string in HTML <small> and </small> elements (e.g <small>Example</small>)</td>
</tr>
</table>