JavaScript Calculator - Not all tests are passing

Hello campers :wave:, I kindly need some help with my JavaScript calculator project implementation. I have worked on all the project user stories but i only have 11 tests passing, could someone help identify what the problem could be.

Here is the link to my project UI:
https://roland-react-calculator.netlify.app/

Link to the code Repository: - Calculator component is in the App.js file

Code Repository

You are using react, but you are also going against some of it core principles and methodologies which can lead to unexpected and undesired results. I would also recommend against using eval, but it’s not causing you to fail the test.

I think a lot of the things you are doing is a great approach, and I think the best advice would be to read the react docs to get your code to be more react like.

Thanks @caryaharper , let me revisit the react Docs.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.