The classList property is not supported in Internet Explorer 9 and earlier.
In this example, we check if the browser supports the classList.add() method. If not, use the className property instead to achieve the same result (for IE9 and earlier).
Click the button to add the class "mystyle" to the DIV element.