I suspect I’m missing something, but I can’t tell why my (still unstyled–please forgive formatting) calculator is failing tests that it appears to pass.
I believe I am correctly implementing the requested ids for numpad buttons and operator buttons, and I have an element with ID ‘display’. Any advice would be appreciated!
To clarify–did you look at my code and notice that there is indeed an issue with the display element’s id? It appears to look correct to me when I inspect it with developer tools:
I can look closer if that is where the issue lies. I just don’t see it, while I did see a lot of questions about people who were passing id as a value to a react component but weren’t having it output as an HTML element (which I don’t think is my issue).