JavaScript calculator
Find a file
2024-07-23 16:16:58 +08:00
calculator.js add guided calculator class 2024-07-23 16:16:58 +08:00
interpreter.js add completed interpreter.js 2024-07-22 20:39:22 +08:00
readme.md write readme 2024-07-22 20:37:26 +08:00

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.