Project originated from: https://www.freecodecamp.org/challenges/build-a-javascript-calculator
- I can add, subtract, multiply and divide two numbers.
- I can clear the input field with a clear button.
- I can keep chaining mathematical operations together until I hit the equal button, and the calculator will tell me the correct output.