Javascript-Calculator-App
Javascript-Calculator-App copied to clipboard
Remove 'temp-result' from the bottom page
The div
with the class temp-result
is storing the last result. Could you explain what was the intention of this, please?
In my opinion, since we can see the same information in the white box above. I recommend removing it because I reviewed the main.js
and it is not used to do math operations.
<div class="temp-result">1 + 2 + 3 + 4 + 5 + ...</div>
You have a good point @airvzxf it is not necessary there, go ahead I will assign the task to you