Javascript Calculator Test Case Issue Resolution

Everything seems to be working alright needs issue resolution with the test cases.
Javascript Calculator

You are observing floating point rounding errors. You will have to learn how to deal with them in this project. If you solved the Cash Register project, then you will have already learned to deal with this issue.