Hello~!
I think I spoke with you on the freeCodeCamp GitHub issue.
It looks like you’ve modified the code to accept negative numbers, which is good! However, now it does not override the operators correctly.
If I input 5*-+5
, I should get 5+5
. Instead, I get 5*-5
.