34,333
edits
Changes
→JavaScript String Object Methods
</tr>
<tr>
<td>big()<td>Increases the font size of the text. Equivalent to wrapping the string in HTML <big> and </big> elements (i.e <big><big>BigExample</big></big>)</td>
</tr>
<tr>
<td>bold()<td>Makes the string bold. Equivalent to wrapping the string in HTML <bold> and </bold> elements(i.e (i.e <bold>Example</bold>)</td>
</tr>
<tr>