34,333
edits
Changes
→JavaScript String Object Methods
<td>link()<td>Accepts a URL as an argument and constructs an <a> tag using the URL as the href attribute.</td>
</tr>
<tr><td>match()<td>Accepts a regular expression as an argument and returns an array of matches found in the String object instance.</td></tr>
</table>