/simple-calculator

A simple calculator created with vanilla javascript, html & css.

Primary LanguageHTML

simple-calculator

A simple calculator created with vanilla javascript, html & css. #Steps I took -

  1. add eventListener to each button
  2. add a calculate function
  3. catch values of button in side the function
  4. check if the answer is not empty then only do the calculation
  5. calculate and show the answer to answer input
  6. clear everything on display or
  7. concatenate it to the display