OpenGenus / calculator-in-js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator in JavaScript

Users can do simple calculations with this calulator (addition, subtraction, multiplication, division).

In order to start the calculator, the ON button needs to be clicked. After turning it off and turning it on again, the variables are being reset and their value is undefined by default.

Users can also clear all the display contents or just clear the last digit of the current number.


Live site: https://virag-ky.github.io/OpenGenus/calculator/


Built with:

  • HTML
  • CSS
  • JavaScript

Demo

calculator

About


Languages

Language:JavaScript 71.9%Language:CSS 18.1%Language:HTML 10.0%