element.classList is of DOMTokenList type.
Is there a method to clear this list?
Another option is to simply remove the class attribute:
elem.removeAttribute('class')