Javascript .classList() API Cheatsheet satish mallick January 08, 2021 You have an element in the DOM and its ID id : "el" <div id= "el" ></div> By using querySelector : We can ... Read More