getElement and getElements
This was something that was confusing me a little, but in fact it makes a lot of sense. The confusion is pretty obtuse but the selection of elements by Id not only is just a single Element (or should be if you have Id'd your Elements correctly) [i.e. case sensitive], but there is no "s", as in getElementsByClassame().
What joshtronic - alligator.io says: