Converts the items of a type NodeList or HTMLCollection to an array.
items
Type of elements in the returned array.
NodeList or HTMLCollection to convert to array.
Array of elements of type E.
E
Converts the
items
of a type NodeList or HTMLCollection to an array.