Skip to content

agn-wita/simple-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-calculator

By clicking one of four button user can perform arithmetic operation on 2 numbers (8 and 2). We can adds, substracts, multiplies and divides numbers. The result of the operation user can check under the buttons

JAVASCRIPT

  • two const variables
  • the onclick event executes a certain functionality (add, substract, divide, multiply) when a button is clicked

Stage of the project: completed

Please note that this project is based on tutorial but the code was not copied. Every line of code was written by me according to my invention and with deep understanding of the issues.