https://github.com/jpmcb/javascript-calculator
A simple web app that can add, subtract, multiply and divide.
https://github.com/jpmcb/javascript-calculator
Last synced: about 1 year ago
JSON representation
A simple web app that can add, subtract, multiply and divide.
- Host: GitHub
- URL: https://github.com/jpmcb/javascript-calculator
- Owner: jpmcb
- License: other
- Created: 2017-01-02T03:52:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T16:50:34.000Z (over 9 years ago)
- Last Synced: 2025-02-09T00:13:59.954Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
#JavaScript Calculator#
*A simple JavaScript calculator that can do simple arithmetic.*
An error message is thrown when the number is too big to fit the display screen. This calculator can add, subtract, divide, and multiple. Numbers are not rounded. The CA button, or **Clear All**, will reset the calculator. The C button, or **Clear**, will reset the calculator to the last resolved number. Message me with questions!
A working version of the app can be [found here](https://jpmcb.github.io/JavaScript-Calculator/).