Design comparison
SolutionDesign
Solution retrospective
I had to add the Calculate button , I would love to know some other ways to fix that problem and after clicking the Reset button the app doesn't seem to work i have to reload the page each time and couldn't figure out the problem. Also, is there a tool that can help me figure out the right fonts to use ? Thanks in advance!
Community feedback
- @jemeneradevPosted almost 3 years ago
console.log() is your friend. You should log out values that you know should be true when you do an action.
For example: if I press the reset button, bill amount should be 0, log it out in the reset button click event handler.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord