Tested the app and the ‘display’ element always shows the correct result.
This is the code: taschenRechner - Replit
And this is the app running: https://taschenRechner.ovilogic.repl.co
I have no idea what I need to fix because 3 + 5 * 6 - 2 / 4 does produce 32.5 and this is what I get in HTML: <p id='display'>32.5</p>
Tried with <div id='display'>32.5</div>
and no improvement.
It seems that all the tests pass at first then 9, 12, 13, 14, and 15 all fail, despite correct answers for the expressions in the test bundle.
I had a look at similar topics but none have this problem.
I would be very grateful if someone could have a look.