web-codegrammer / Simple-Javascript-Calculator

This is code repository of simple calculator functionality achieved using Javascript. The logic is very simple with the less lines of code possible.
https://web-codegrammer-js-calculator.netlify.app/
MIT License
27 stars 11 forks source link

changing the way the history-value print, / --> ÷, * --> × #1

Closed GSNCunha closed 2 years ago

GSNCunha commented 2 years ago

Hey! in the printHistory function your program prints the operation with "" and "/", I made a change that uses "" instead of "×" and "/" instead of "÷", just to make it easier to read, and the math still works!

web-codegrammer commented 2 years ago

Thanks a lot @GSNCunha for suggested changes!