JavaScript calculator
| calculator.js | ||
| interpreter.js | ||
| readme.md | ||
Calculator Prompt
Do math, now.
This project was made for the Xavier School computer science course.
Consists of:
- interpreter.js: Solve equations, from simple mathematics operations, to complex JavaScript code --- all from an input box!
- calculator.js: Perform math with iOS-style inputs.