34,333
edits
Changes
→JavaScript String Object Methods
<tr>
<td>strike()<td>Returns string wrapped in the string in HTML <strike> and </strike> elements to produce a stikeout effect (e.g <strike>Example</strike>)</td>
</tr>
<tr>
<td>sub()<td>Returns string wrapped in the string in HTML <sub> and </sub> elements to produce a subscript effect (e.g <sub>Example</sub>)</td>
</tr>
</table>