You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The
div
with the classtemp-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>
The text was updated successfully, but these errors were encountered: