Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 334 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 334 Bytes

js-calculator

Javascript Calculator Project for FreeCodeCamp

User stories:

  1. I can add, subtract, multiply, and divide two numbers.
  2. I can clear the input field with a clear button.
  3. I can keep chaining mathematical operations together until I hit the equal button, and the calculator will tell me the correct output.