the HTML DOM classList Property:
document.getElementById("x").classList.add("y");
and HTML DOM getElementsByClassName() Method
document.getElementsByClassName("x");
are not supported by older versions of browsers. how to check if a browser supports them? and is there any fallback functions that can replace them in case they are not supported