Returns an array elements which have all of the given class name(s).
The root node where the lookup starts.
A string representing the class name(s) to match; multiple class names are separated by whitespace.
getElementsByClassName on MDN
Returns an array elements which have all of the given class name(s).