/calculator

Javascript implementation of a calculator.

Primary LanguageJavaScript

This application is live at: https://whitepear.github.io/projects/frontend/calculator/app/index.html

Javascript implementation of a basic calculator. Users can add, subtract, multiply and divide multiple numbers and receive a calculated output.

Users can partially delete input using the backspace button, or erase all current input using the clear button.