HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

remove

Description

The remove of DOMTokenList for JS removes arguments passed, if they are present.

Throws a "SyntaxError" DOMException if one of the arguments is the empty string.

Throws an "InvalidCharacterError" DOMException if one of the arguments contains any ASCII whitespace.

Syntax

tokenlist.remove(tokens…)

Parameters

tokens

A list of strings.

Examples

1 · single

2 · multiple

3 · not present