Design comparison
SolutionDesign
Solution retrospective
Thanks for checking out this front-end coding challenge.
- The button Del have a bug help :3
- How could improve my code
Community feedback
- @nicm42Posted about 3 years ago
You'll kick yourself, but the Del button can be solved by removing the space on this line: screen.innerHTML = screenDel.join(" "); If you change it to screen.innerHTML = screenDel.join(""); then you won't be joining your array with a space between each item.
1
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