elem.classList.add("first"); elem.classList.add("second"); elem.classList.add("third"); is equal to : elem.classList.add("first","second","third");