I want to select all the elements that have the two classes a and b.
a
b
So, only the e
var elem = document.querySelector(".a.b");