This is a simple calculator web application with an additional square root function.
- Basic arithmetic operations: addition, subtraction, multiplication, division.
- Square root function.
- Open
index.html
in your web browser. - Use the buttons to input numbers and perform calculations.
- Press the "C" button to clear the display.
- Open
tests/test.js
in a text editor. - Adjust the test cases as needed.
- Open
index.html
in your web browser. - Open the browser console (usually by right-clicking and selecting "Inspect," then navigating to the "Console" tab).
- Run the tests by calling
testCalculator()
in the console.
- Avoid using the calculator for complex calculations, as it's a simple example for learning purposes.
- For educational purposes only.