/javascript_calculator

Pure JavaScript Calculator

Primary LanguageHTML

Javascript Calculator

Pure JavaScript Calculator

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

https://codepen.io/ssharizal/full/NXJLLo/

JSCalculator