Design comparison
Solution retrospective
Hello developers!
I think I almost did it, and the last thing remained is your review's on it. Let me know what are the mistakes I made across this project, and I am sure I will update it.
Thank you.
Community feedback
- @GuihLemePosted over 3 years ago
Hey Siva!
I found an minor error: users can start a new calc with multiplication sign which will broke your application.
i.e. the input "x 3 =" will return "SyntaxError: Unexpected token '*'"
However, you did a really great work ✌️
0@sivakumarkatari2020Posted over 3 years ago@GuihLeme yeah ,thank you. And the error is due to the usage of try catch statements to verify whether user input is correct or not before showing output and if I got error I make it displayed on screen. Okay ,I will take a deep look on it and work more on it. Thanks for your comment !
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