Design comparison
SolutionDesign
Solution retrospective
There were/are two issues I found with my solution. (1) You can't have 0 as the leading number. Such equations like 0/2 and 0 + 3, would not work with my solution. How would one solve this exception?
(2) My solution doesn't display a comma at every third number (e.x: 340,455,000). What would be your method for implementing this?
Community feedback
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