contains
Description
The contains of DOMTokenList for JS returns true if token is present; otherwise false.
Syntax
tokenlist.contains(token)
Parameters
token
A string.
The contains of DOMTokenList for JS returns true if token is present; otherwise false.
tokenlist.contains(token)
A string.