AlexFlorides / javascript-calculator

A simple calculator built using HTML, CSS and JavaScript

Home Page:https://alexflorides.github.io/javascript-calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

History function - Show last operation

eandmsz opened this issue · comments

In the Windows Calculator we have a very useful function to verify if our input was correct.
Whenever you activate an operator it puts the number and the operator above the display with smaller letters.

Even if the full history is not preserved like in Windows Calculator, just showing the last operation helps a lot to the user to see what he has calculated.

history