Returns an array elements which name property matches the specified string.
name
The root node where the lookup starts.
The value of the name attribute of the element(s) we are looking for.
getElementsByName on MDN
Returns an array elements which
name
property matches the specified string.