I've been struggling to figure out why the 2-minute/5-minute buttons are not working as expected. Despite identifying some mistakes in my code, nothing seems to change when I test it. There are no error messages either, so I'm hoping someone can help me troubleshoot.
I believe the issue lies somewhere around lines 10-33 in the Javascript file. To assist with testing, I have included all three files (HTML, JS, CSS).
const app = () => {
// JavaScript code here
};
app();
// CSS code
// HTML code
I would greatly appreciate any assistance that can be provided. The functionality for both the 2 and 5-minute countdown timers isn't working properly. I've attempted clicking them before and after hitting the play button but to no avail. Despite finding some potential issues, none seem to be affecting the functionality of the timer buttons.