Html – Dark Theme Toggle Button Code Not Working?
My code, shown below, for a dark theme toggle button isn't working; Visual Studio Code isn't telling me I have any errors. Can someone help me figure out what the issue is? document.getElementById('themeButton').addEventListener('click'), function() { /* Theme button script */…