Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 450 Bytes

File metadata and controls

7 lines (4 loc) · 450 Bytes

Calculator using basic HTML, CSS and JavaScript. I made functions and added some simple math operations like addition, subtraction, multiplication, division.


Mainly the functions that we need are: handling the keypresses, inputting the digits, inputting the decimal point/key, handling operators, resisting the calculators, updating the display, equal key and clear key.


Here's a flow chart