Skip to content

igorg524/javascript-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javascript-calculator

A simple calculator built using HTML, CSS and JavaScript

Controls / Functionality

  • Can be controlled using either mouse / touchscreen or by using the keyboard pressing the corresponding keys.

  • Backspace deletes last digit.

  • Last operation will show up above the input box every time any of the operators is selected.

  • Pressing ± after entering the number will change the number to negative one.

Demo

View my site

javascript-calculator