This one was really fun to do! I learned a ton of things, wrote working functions from scratch by myself for the first time, and this was the first challenge I completed without looking at any project’s code and copying.
Please take a look, click about, and tell me what you think
Yup i am done with my JS calc challenge, you can check it out here — https://kunalgupta05.github.io/Javascript_Calculator/ I know there is scope for some more improvement but i want to start with Pomodoro clock,it looks more interesting.
Yeah I know what you mean about moving on to different projects. I think you should finish a project as best as you can without too much bugs, then move on, and once you’ve finished all projects come back to improve the old ones with your new knowledge.
Thank you for finding these bugs! I think the going back to 00:25:00 bug was sort of intentional to band-aid the other bug that was the timer counting down from 24:00:00 upon clicking the go button if the display was 00:00:00. That’ll teach me for layering bugs to solve other bugs, if that makes sense