// .classList method returns an array of the classes attached to the element it is called with. document.getElementById("myDIV").classList // It returns // [ 'className1', 'className2', ... ]